UNPKG

next-i18next

Version:

The easiest way to translate your NextJs apps.

4 lines 548 B
import { I18n, SSRConfig, TFunction, UseTranslation, UserConfig, WithTranslation, WithTranslationHocType } from "./types.cjs"; import { appWithTranslation, globalI18n } from "./appWithTranslation.cjs"; import { I18nContext, Trans, Translation, useTranslation, withTranslation } from "react-i18next"; export { type I18n, I18nContext, type SSRConfig, type TFunction, Trans, Translation, type UseTranslation, type UserConfig, type WithTranslation, type WithTranslationHocType, appWithTranslation, globalI18n as i18n, useTranslation, withTranslation };