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