UNPKG

460 BTypeScriptView Raw
1/**
2 * ![common black](https://mui.com/static/colors-preview/common-black-24x24.png) ![common white](https://mui.com/static/colors-preview/common-white-24x24.png)
3 */
4declare const common: {
5 /**
6 * Preview: ![common black](https://mui.com/static/colors-preview/common-black-24x24.png)
7 */
8 black: '#000';
9 /**
10 * Preview: ![common white](https://mui.com/static/colors-preview/common-white-24x24.png)
11 */
12 white: '#fff';
13};
14
15export default common;