UNPKG

reablocks

Version:
20 lines (19 loc) 458 B
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;