UNPKG
@kadoui/react
Version:
latest (1.11.16)
1.11.16
1.11.15
1.10.15
1.10.14
1.10.13
1.9.13
1.9.12
1.9.11
1.9.10
1.9.9
1.9.8
1.9.7
1.9.6
1.9.5
1.9.3
1.9.2
1.9.1
1.9.0
1.8.0
1.7.9
1.7.8
1.7.7
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.12
1.5.10
1.4.10
1.4.9
1.4.8
1.3.8
1.3.7
1.3.6
1.2.6
1.2.5
1.2.4
1.1.3
1.1.2
1.0.1
1.0.0
Kadoui primitive components for React
github.com/FarzadVav/kadoui-react
FarzadVav/kadoui-react
@kadoui/react
/
dist
/
components
/
Drawer
/
DrawerContext.d.ts
7 lines
•
273 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Dispatch
,
SetStateAction
}
from
"react"
;
export
type
DrawerContextT
= {
isOpen
:
boolean
;
setOpen
:
Dispatch
<
SetStateAction
<
boolean
>>; };
export
declare
const
DrawerContext
:
import
(
"react"
).
Context
<
DrawerContextT
>;
//# sourceMappingURL=DrawerContext.d.ts.map