UNPKG

329 BTypeScriptView Raw
1export type CouponListThemeVars = {
2 couponListBackground?: string;
3 couponListFieldPadding?: string;
4 couponListExchangeButtonHeight?: string;
5 couponListCloseButtonHeight?: string;
6 couponListEmptyTipColor?: string;
7 couponListEmptyTipFontSize?: string;
8 couponListEmptyTipLineHeight?: number | string;
9};