@greensight/gds
Version:
Greensight Design System
5 lines (4 loc) • 444 B
TypeScript
export declare const BREAKPOINTS_NAMES: readonly ["xxxl", "xxl", "xl", "lg", "md", "sm", "xs", "xxs", "xxxs"];
export declare const FONT_STACK = "-apple-system, BlinkMacSystemFont, \"Segoe UI\", \"PingFang SC\", \"Hiragino Sans GB\", \"Microsoft YaHei\", \"Helvetica Neue\", Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"";
export declare const MAJOR_STEP = 8;
export declare const MINOR_MAX = 40;