UNPKG

533 BTypeScriptView Raw
1export type StepperThemeVars = {
2 stepperBackground?: string;
3 stepperButtonIconColor?: string;
4 stepperButtonDisabledColor?: string;
5 stepperButtonDisabledIconColor?: string;
6 stepperButtonRoundThemeColor?: string;
7 stepperInputWidth?: string;
8 stepperInputHeight?: string;
9 stepperInputFontSize?: string;
10 stepperInputLineHeight?: number | string;
11 stepperInputTextColor?: string;
12 stepperInputDisabledTextColor?: string;
13 stepperInputDisabledBackground?: string;
14 stepperRadius?: string;
15};