UNPKG

next-intlayer

Version:

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

3 lines 202 B
export { useDictionary, IntlayerServer, IntlayerServerProvider, locale, useIntlayer, t, } from 'react-intlayer/server'; export { withIntlayer } from './withIntlayer'; //# sourceMappingURL=index.d.ts.map