UNPKG

664 BTypeScriptView Raw
1export type NumberKeyboardThemeVars = {
2 numberKeyboardBackground?: string;
3 numberKeyboardKeyHeight?: string;
4 numberKeyboardKeyFontSize?: string;
5 numberKeyboardKeyActiveColor?: string;
6 numberKeyboardKeyBackground?: string;
7 numberKeyboardDeleteFontSize?: string;
8 numberKeyboardTitleColor?: string;
9 numberKeyboardTitleHeight?: string;
10 numberKeyboardTitleFontSize?: string;
11 numberKeyboardClosePadding?: string;
12 numberKeyboardCloseColor?: string;
13 numberKeyboardCloseFontSize?: string;
14 numberKeyboardButtonTextColor?: string;
15 numberKeyboardButtonBackground?: string;
16 numberKeyboardZIndex?: number | string;
17};