UNPKG

@brightlayer-ui/react-auth-workflow

Version:

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

25 lines (24 loc) 838 B
export type LoginScreenClasses = { root?: string; projectImageWrapper?: string; inputFieldsWrapper?: string; usernameTextField?: string; passwordTextField?: string; rememberMeLoginRowWrapper?: string; rememberMeWrapper?: string; rememberMeCheckbox?: string; rememberMeLabel?: string; loginButtonWrapper?: string; loginButton?: string; forgotPasswordWrapper?: string; forgotPasswordLabel?: string; selfRegisterWrapper?: string; selfRegisterInstructionLabel?: string; selfRegisterLabel?: string; contactSupportWrapper?: string; contactSupportLabel?: string; cyberSecurityBadgeWrapper?: string; cyberSecurityBadge?: string; }; export type LoginScreenClassKey = keyof LoginScreenClasses; export declare function getLoginScreenUtilityClass(slot: string): string;