UNPKG

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