UNPKG

2.91 kBTypeScriptView Raw
1/* tslint:disable max-line-length */
2/**
3 * ![grey 50](https://material-ui.com/static/colors-preview/grey-50-24x24.svg) ![grey 100](https://material-ui.com/static/colors-preview/grey-100-24x24.svg) ![grey 200](https://material-ui.com/static/colors-preview/grey-200-24x24.svg) ![grey 300](https://material-ui.com/static/colors-preview/grey-300-24x24.svg) ![grey 400](https://material-ui.com/static/colors-preview/grey-400-24x24.svg) ![grey 500](https://material-ui.com/static/colors-preview/grey-500-24x24.svg) ![grey 600](https://material-ui.com/static/colors-preview/grey-600-24x24.svg) ![grey 700](https://material-ui.com/static/colors-preview/grey-700-24x24.svg) ![grey 800](https://material-ui.com/static/colors-preview/grey-800-24x24.svg) ![grey 900](https://material-ui.com/static/colors-preview/grey-900-24x24.svg) ![grey A100](https://material-ui.com/static/colors-preview/grey-A100-24x24.svg) ![grey A200](https://material-ui.com/static/colors-preview/grey-A200-24x24.svg) ![grey A400](https://material-ui.com/static/colors-preview/grey-A400-24x24.svg) ![grey A700](https://material-ui.com/static/colors-preview/grey-A700-24x24.svg)
4 */
5declare const grey: {
6 /**
7 * Preview: ![grey 50](https://material-ui.com/static/colors-preview/grey-50-24x24.svg)
8 */
9 50: '#fafafa';
10 /**
11 * Preview: ![grey 100](https://material-ui.com/static/colors-preview/grey-100-24x24.svg)
12 */
13 100: '#f5f5f5';
14 /**
15 * Preview: ![grey 200](https://material-ui.com/static/colors-preview/grey-200-24x24.svg)
16 */
17 200: '#eeeeee';
18 /**
19 * Preview: ![grey 300](https://material-ui.com/static/colors-preview/grey-300-24x24.svg)
20 */
21 300: '#e0e0e0';
22 /**
23 * Preview: ![grey 400](https://material-ui.com/static/colors-preview/grey-400-24x24.svg)
24 */
25 400: '#bdbdbd';
26 /**
27 * Preview: ![grey 500](https://material-ui.com/static/colors-preview/grey-500-24x24.svg)
28 */
29 500: '#9e9e9e';
30 /**
31 * Preview: ![grey 600](https://material-ui.com/static/colors-preview/grey-600-24x24.svg)
32 */
33 600: '#757575';
34 /**
35 * Preview: ![grey 700](https://material-ui.com/static/colors-preview/grey-700-24x24.svg)
36 */
37 700: '#616161';
38 /**
39 * Preview: ![grey 800](https://material-ui.com/static/colors-preview/grey-800-24x24.svg)
40 */
41 800: '#424242';
42 /**
43 * Preview: ![grey 900](https://material-ui.com/static/colors-preview/grey-900-24x24.svg)
44 */
45 900: '#212121';
46 /**
47 * Preview: ![grey A100](https://material-ui.com/static/colors-preview/grey-A100-24x24.svg)
48 */
49 A100: '#d5d5d5';
50 /**
51 * Preview: ![grey A200](https://material-ui.com/static/colors-preview/grey-A200-24x24.svg)
52 */
53 A200: '#aaaaaa';
54 /**
55 * Preview: ![grey A400](https://material-ui.com/static/colors-preview/grey-A400-24x24.svg)
56 */
57 A400: '#303030';
58 /**
59 * Preview: ![grey A700](https://material-ui.com/static/colors-preview/grey-A700-24x24.svg)
60 */
61 A700: '#616161';
62};
63
64export default grey;