UNPKG

next-intl

Version:

Internationalization (i18n) for Next.js

4 lines (3 loc) 172 B
declare function getFormatsCachedImpl(): Promise<import("use-intl").Formats | undefined>; declare const getFormats: typeof getFormatsCachedImpl; export default getFormats;