tdesign-mobile-vue
Version:
tdesign-mobile-vue
20 lines (19 loc) • 453 B
TypeScript
export declare const PRO_THEME: {
LINE: string;
PLUMP: string;
CIRCLE: string;
};
export declare const CIRCLE_SIZE_PX = 112;
export declare const STATUS_ICON: string[];
export declare const PLUMP_SEPARATE = 10;
declare const _default: {
PRO_THEME: {
LINE: string;
PLUMP: string;
CIRCLE: string;
};
CIRCLE_SIZE_PX: number;
STATUS_ICON: string[];
PLUMP_SEPARATE: number;
};
export default _default;