UNPKG
v8-ui-atoms
Version:
latest (0.0.20-beta)
0.0.20-beta
0.0.18-beta
0.0.17-beta
0.0.16-beta
0.0.15-beta
0.0.14-beta
0.0.13-beta
0.0.12-beta
0.0.11-beta
0.0.10-beta
0.0.9-beta
0.0.8
0.0.8-beta
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A library of common base components for building ui
v8-ui-atoms
/
dist
/
Context
/
index.d.ts
5 lines
(4 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
5
import
*
as
React
from
"react"
;
import
{
IContextObject
}
from
"./interfaces"
;
declare
const
SharedContext
:
React
.
Context
<
IContextObject
>;
export
default
SharedContext
;