@brightlayer-ui/react-auth-workflow
Version:
Re-usable workflow components for Authentication and Registration within Eaton applications.
14 lines (13 loc) • 430 B
TypeScript
export type ChangePasswordDialogClasses = {
root?: string;
spinner?: string;
title?: string;
content?: string;
description?: string;
divider?: string;
previousLabelButton?: string;
nextLabelButton?: string;
buttonAction?: string;
};
export type ChangePasswordDialogClassKey = keyof ChangePasswordDialogClasses;
export declare function getChangePasswordDialogUtilityClass(slot: string): string;