UNPKG

vant

Version:

Mobile UI Components built on Vue

16 lines (15 loc) 533 B
export type StepperThemeVars = { stepperBackground?: string; stepperButtonIconColor?: string; stepperButtonDisabledColor?: string; stepperButtonDisabledIconColor?: string; stepperButtonRoundThemeColor?: string; stepperInputWidth?: string; stepperInputHeight?: string; stepperInputFontSize?: string; stepperInputLineHeight?: number | string; stepperInputTextColor?: string; stepperInputDisabledTextColor?: string; stepperInputDisabledBackground?: string; stepperRadius?: string; };