UNPKG

@i18n-pro/react

Version:

An out-of-the-box, lightweight i18n auto-translation solution for React

4 lines (3 loc) 164 B
export type { Langs, I18nState, SetI18n, Translate } from 'i18n-pro'; export { default as I18nProvider } from './Provider'; export { useI18n } from './context';