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
/
lightBlue.d.ts
6 lines
(3 loc)
•
85 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Color
}
from
'..'
;
declare
const
color
:
Color
;
export
default
color;