1
0
mirror of https://gitee.com/vant-contrib/vant-weapp.git synced 2025-04-23 18:00:33 +08:00
2022-01-11 23:27:38 +08:00

8 lines
278 B
TypeScript

export declare const RED = "#ee0a24";
export declare const BLUE = "#1989fa";
export declare const WHITE = "#fff";
export declare const GREEN = "#07c160";
export declare const ORANGE = "#ff976a";
export declare const GRAY = "#323233";
export declare const GRAY_DARK = "#969799";