vant
Version:
Mobile UI Components built on Vue
12 lines (11 loc) • 354 B
TypeScript
export type SliderThemeVars = {
sliderActiveBackground?: string;
sliderInactiveBackground?: string;
sliderDisabledOpacity?: number | string;
sliderBarHeight?: string;
sliderButtonWidth?: string;
sliderButtonHeight?: string;
sliderButtonRadius?: string;
sliderButtonBackground?: string;
sliderButtonShadow?: string;
};