UNPKG

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

Version:

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

13 lines (12 loc) 535 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 AuthDictionaries: { english: import("./types").AuthLanguageFile; french: import("./types").AuthLanguageFile; spanish: import("./types").AuthLanguageFile; chinese: import("./types").AuthLanguageFile; portuguese: import("./types").AuthLanguageFile; };