UNPKG

vant

Version:

Mobile UI Components built on Vue

11 lines (10 loc) 349 B
export type TreeSelectThemeVars = { treeSelectFontSize?: string; treeSelectNavBackground?: string; treeSelectContentBackground?: string; treeSelectNavItemPadding?: string; treeSelectItemHeight?: string; treeSelectItemActiveColor?: string; treeSelectItemDisabledColor?: string; treeSelectItemSelectedSize?: string; };