@brightlayer-ui/react-auth-workflow
Version:
Re-usable workflow components for Authentication and Registration within Eaton applications.
18 lines (17 loc) • 654 B
TypeScript
export type OktaRedirectLoginScreenClasses = {
root?: string;
projectImageWrapper?: 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 OktaRedirectLoginScreenClassKey = keyof OktaRedirectLoginScreenClasses;
export declare function getOktaRedirectLoginScreenUtilityClass(slot: string): string;