monday-ui-react-core
Version:
Official monday.com UI resources for application development in React.js
24 lines (23 loc) • 576 B
TypeScript
export declare const SMALL1 = 1;
export declare const SMALL2 = 2;
export declare const MEDIUM1 = 3;
export declare const MEDIUM2 = 4;
export declare const LARGE = 5;
export declare const XLARGE = 6;
export declare const MEDIA_QUERY_QUERIES: {
1: string;
2: string;
3: string;
4: string;
5: string;
6: string;
};
export declare const VIBE_MEDIA_QUERIES: string[];
export declare const MEDIA_QUERY_SIZES: {
SMALL1: number;
SMALL2: number;
MEDIUM1: number;
MEDIUM2: number;
LARGE: number;
XLARGE: number;
};