UNPKG
react-layman
Version:
latest (0.2.11)
0.2.11
0.2.10
0.2.10-beta.1
0.2.10-alpha.2
0.2.10-alpha.1
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.3
0.1.1
0.1.0
0.0.2
0.0.1
A dynamic tiling layout manager made for React
github.com/Jeshwin/react-layman
Jeshwin/react-layman
react-layman
/
lib
/
WindowContext.d.ts
4 lines
(3 loc)
•
171 B
TypeScript
View Raw
1
2
3
4
import
{
WindowProps
}
from
'./types'
;
export
declare
const
WindowContext
:
import
(
'react'
).
Context
<
WindowProps
>;
export
declare
const
useWindowContext
:
() =>
WindowProps
;