UNPKG

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

Version:

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

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