UNPKG

929 BTypeScriptView Raw
1export type ActionSheetThemeVars = {
2 actionSheetMaxHeight?: string;
3 actionSheetHeaderHeight?: string;
4 actionSheetHeaderFontSize?: string;
5 actionSheetDescriptionColor?: string;
6 actionSheetDescriptionFontSize?: string;
7 actionSheetDescriptionLineHeight?: number | string;
8 actionSheetItemBackground?: string;
9 actionSheetItemFontSize?: string;
10 actionSheetItemLineHeight?: number | string;
11 actionSheetItemTextColor?: string;
12 actionSheetItemDisabledTextColor?: string;
13 actionSheetSubnameColor?: string;
14 actionSheetSubnameFontSize?: string;
15 actionSheetSubnameLineHeight?: number | string;
16 actionSheetCloseIconSize?: string;
17 actionSheetCloseIconColor?: string;
18 actionSheetCloseIconPadding?: string;
19 actionSheetCancelTextColor?: string;
20 actionSheetCancelPaddingTop?: string;
21 actionSheetCancelPaddingColor?: string;
22 actionSheetLoadingIconSize?: string;
23};