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
/
@types
/
PersistentDrawer
/
index.d.ts
13 lines
(12 loc)
•
287 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
React
from
'react'
;
export
declare
type
PersistentDrawerType
= {
children
:
React
.
ReactNode
;
title
?:
string
; };
export
declare
type
DrawerPageProps
= {
component
:
React
.
ReactNode
;
id
:
string
;
icon
:
React
.
ReactNode
;
label
:
string
;
selected
?:
boolean
; };