UNPKG

react-intlayer

Version:

Easily internationalize i18n your React applications with type-safe multilingual content management.

5 lines 271 B
export { IntlayerServerContext as IntlayerServer, locale, IntlayerServerProvider, } from './IntlayerServerProvider'; export { useIntlayer } from './useIntlayer'; export { useDictionary } from './useDictionary'; export { t } from './t'; //# sourceMappingURL=index.d.ts.map