UNPKG

react-mobx-i18next

Version:

A tiny i18n utility for MobX + React (mobx-react-lite) that replaces react-mobx-i18n. Includes @translatable decorator, withTranslatable HOC, and useTranslatable hook.

9 lines (8 loc) 461 B
export { observer } from 'mobx-react-lite' export * from './init/createI18n' export * from './context/translatableContext' export * from './provider/I18nProvider' export * from './store/I18nStore' export { hookTranslatable as useTranslatable } from './translatable/hookTranslatable' export { hocTranslatable as withTranslatable } from './translatable/hocTranslatable' export { decoratorTranslatable as translatable } from './translatable/decoratorTranslatable'