UNPKG

next-intlayer

Version:

Simplify internationalization i18n in Next.js with context providers, hooks, locale detection, and multilingual content integration.

7 lines (6 loc) 201 B
import { Locale } from "@intlayer/types"; //#region src/server/getLocale.d.ts declare const getLocale: () => Promise<Locale>; //#endregion export { getLocale }; //# sourceMappingURL=getLocale.d.ts.map