@brightlayer-ui/react-native-auth-workflow
Version:
Re-usable workflow components for Authentication and Registration within Eaton applications.
13 lines (12 loc) • 597 B
TypeScript
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 SharedDictionaries: {
english: import("./types.js").CommonTranslationsFile;
french: import("./types.js").CommonTranslationsFile;
spanish: import("./types.js").CommonTranslationsFile;
chinese: import("./types.js").CommonTranslationsFile;
portuguese: import("./types.js").CommonTranslationsFile;
};