UNPKG

vant

Version:

Mobile UI Components built on Vue

13 lines (12 loc) 308 B
export type BadgeThemeVars = { badgeSize?: string; badgeColor?: string; badgePadding?: string; badgeFontSize?: string; badgeFontWeight?: string; badgeBorderWidth?: string; badgeBackground?: string; badgeDotColor?: string; badgeDotSize?: string; badgeFont?: string; };