UNPKG
@rabahzeineddine/material-ui
Version:
latest (1.4.0)
1.4.0
1.3.0
1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Material ui custom components
rabahzeineddine.github.io/Material-ui/
RabahZeineddine/Material-ui
@rabahzeineddine/material-ui
/
config
/
themes
/
colors
/
index.js
7 lines
(6 loc)
•
230 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
grey
=
exports
.
white
=
void
0
;
var
colors_1 =
require
(
"@material-ui/core/colors"
);
exports
.
white
=
'#ffffff'
;
exports
.
grey
= colors_1.
grey
[
500
];