UNPKG

vant

Version:

Mobile UI Components built on Vue

13 lines (12 loc) 346 B
export type SwitchThemeVars = { switchSize?: string; switchWidth?: string; switchHeight?: string; switchNodeSize?: string; switchNodeBackground?: string; switchNodeShadow?: string; switchBackground?: string; switchOnBackground?: string; switchDuration?: string; switchDisabledOpacity?: number | string; };