UNPKG

react-native-i18n-auto

Version:

Auto i18n tool for React Native with full TypeScript support

7 lines 431 B
import { i18n } from './i18n/setup'; import type { LanguageCode, I18nManager, Language, TranslationOptions, BabelPluginOptions, I18nConfig } from './types/react-native-i18n-auto'; import babelPlugin from './babel-plugin/babel-plugin-i18n-auto'; export type { LanguageCode, I18nManager, Language, TranslationOptions, BabelPluginOptions, I18nConfig, }; export { i18n }; export default babelPlugin; //# sourceMappingURL=index.d.ts.map