UNPKG

529 BTypeScriptView Raw
1/* tslint:disable max-line-length */
2/**
3 * ![common black](https://material-ui.com/static/colors-preview/common-black-24x24.svg) ![common white](https://material-ui.com/static/colors-preview/common-white-24x24.svg)
4 */
5declare const common: {
6 /**
7 * Preview: ![common black](https://material-ui.com/static/colors-preview/common-black-24x24.svg)
8 */
9 black: '#000';
10 /**
11 * Preview: ![common white](https://material-ui.com/static/colors-preview/common-white-24x24.svg)
12 */
13 white: '#fff';
14};
15
16export default common;