UNPKG

vant

Version:

Mobile UI Components built on Vue

13 lines (12 loc) 354 B
export type RadioThemeVars = { radioSize?: string; radioDotSize?: string; radioBorderColor?: string; radioDuration?: string; radioLabelMargin?: string; radioLabelColor?: string; radioCheckedIconColor?: string; radioDisabledIconColor?: string; radioDisabledLabelColor?: string; radioDisabledBackground?: string; };