UNPKG

vant

Version:

Mobile UI Components built on Vue

19 lines (18 loc) 542 B
export type CardThemeVars = { cardPadding?: string; cardFontSize?: string; cardTextColor?: string; cardBackground?: string; cardThumbSize?: string; cardThumbRadius?: string; cardTitleLineHeight?: number | string; cardDescColor?: string; cardDescLineHeight?: number | string; cardPriceColor?: string; cardOriginPriceColor?: string; cardNumColor?: string; cardOriginPriceFontSize?: string; cardPriceFontSize?: string; cardPriceIntegerFontSize?: string; cardPriceFont?: string; };