UNPKG

next-intl

Version:

Internationalization (i18n) for Next.js

3 lines (2 loc) 153 B
import getConfig from '../server/react-server/getConfig.js'; export default function useConfig(hookName: string): Awaited<ReturnType<typeof getConfig>>;