UNPKG

vant

Version:

Mobile UI Components built on Vue

10 lines (9 loc) 301 B
export type TabbarItemThemeVars = { tabbarItemFontSize?: string; tabbarItemTextColor?: string; tabbarItemActiveColor?: string; tabbarItemActiveBackground?: string; tabbarItemLineHeight?: number | string; tabbarItemIconSize?: string; tabbarItemIconMarginBottom?: string; };