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
/
components
/
FullScreenDialog
/
style.d.ts
4 lines
(3 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
import
{
Theme
}
from
'@material-ui/core'
;
declare
const
_default
:
(
theme
:
Theme
) =>
import
(
"@material-ui/styles"
).
StyleRules
<{},
"title"
|
"appBar"
>;
export
default
_default;