UNPKG

@brightlayer-ui/react-native-auth-workflow

Version:

Re-usable workflow components for Authentication and Registration within Eaton applications.

13 lines (12 loc) 567 B
export { default as english } from './english'; export { default as french } from './french'; export { default as spanish } from './spanish'; export { default as chinese } from './chinese'; export { default as portuguese } from './portuguese'; export declare const SharedDictionaries: { english: import("./types").CommonTranslationsFile; french: import("./types").CommonTranslationsFile; spanish: import("./types").CommonTranslationsFile; chinese: import("./types").CommonTranslationsFile; portuguese: import("./types").CommonTranslationsFile; };