UNPKG

vant

Version:

Mobile UI Components built on Vue

12 lines (11 loc) 354 B
export type SliderThemeVars = { sliderActiveBackground?: string; sliderInactiveBackground?: string; sliderDisabledOpacity?: number | string; sliderBarHeight?: string; sliderButtonWidth?: string; sliderButtonHeight?: string; sliderButtonRadius?: string; sliderButtonBackground?: string; sliderButtonShadow?: string; };