UNPKG

vant

Version:

Mobile UI Components built on Vue

18 lines (17 loc) 664 B
export type NumberKeyboardThemeVars = { numberKeyboardBackground?: string; numberKeyboardKeyHeight?: string; numberKeyboardKeyFontSize?: string; numberKeyboardKeyActiveColor?: string; numberKeyboardKeyBackground?: string; numberKeyboardDeleteFontSize?: string; numberKeyboardTitleColor?: string; numberKeyboardTitleHeight?: string; numberKeyboardTitleFontSize?: string; numberKeyboardClosePadding?: string; numberKeyboardCloseColor?: string; numberKeyboardCloseFontSize?: string; numberKeyboardButtonTextColor?: string; numberKeyboardButtonBackground?: string; numberKeyboardZIndex?: number | string; };