UNPKG

vant

Version:

Mobile UI Components built on Vue

21 lines (20 loc) 625 B
export type TagSize = 'large' | 'medium'; export type TagType = 'default' | 'primary' | 'success' | 'warning' | 'danger'; export type TagThemeVars = { tagPadding?: string; tagTextColor?: string; tagFontSize?: string; tagRadius?: string; tagLineHeight?: number | string; tagMediumPadding?: string; tagLargePadding?: string; tagLargeRadius?: string; tagLargeFontSize?: string; tagRoundRadius?: string; tagDangerColor?: string; tagPrimaryColor?: string; tagSuccessColor?: string; tagWarningColor?: string; tagDefaultColor?: string; tagPlainBackground?: string; };