UNPKG

modified-next-i18next

Version:

A slightly modified version of next-i18next to allow for different folder structure.

4 lines 258 B
/* tslint:disable no-explicit-any */ import { I18nContext, useTranslation, Trans, withTranslation } from 'react-i18next'; import { appWithTranslation, i18n } from './'; export { i18n, I18nContext, appWithTranslation, useTranslation, Trans, withTranslation };