UNPKG

next-intl

Version:

Internationalization (i18n) for Next.js

5 lines (4 loc) 188 B
import type { Locale } from 'use-intl'; declare function getLocaleCachedImpl(): Promise<Locale>; declare const getLocaleCached: typeof getLocaleCachedImpl; export default getLocaleCached;