UNPKG
materialuiupgraded
Version:
latest (3.2.0)
3.2.0
Material-UI's workspace package
material-ui.com
mui-org/material-ui
materialuiupgraded
/
packages
/
material-ui
/
src
/
colors
/
common.d.ts
8 lines
(6 loc)
•
135 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
CommonColors
{
black
:
string
;
white
:
string
; }
declare
const
common
:
CommonColors
;
export
default
common;