reablocks
Version:
Component library for React
20 lines (19 loc) • 458 B
TypeScript
export interface StepperTheme {
base: string;
step: {
base: string;
marker: {
container: string;
base: string;
active: string;
label: {
base: string;
active: string;
};
};
active: string;
content: string;
};
}
export declare const stepperTheme: StepperTheme;
export declare const legacyStepperTheme: StepperTheme;