'use client' export default function ClientComponent({ config, }: { config: { [key: string]: string } }) { return

{config.something}

}