UNPKG

react-native-i18n-auto

Version:

Auto i18n tool for React Native with full TypeScript support

7 lines 184 B
interface I18nConfig { defaultLanguage: string; supportedLanguages: string[]; } export declare function getConfig(): I18nConfig; export {}; //# sourceMappingURL=config.d.ts.map