UNPKG
redext
Version:
latest (0.1.1-dev-2)
0.1.1
0.1.1-dev-2
0.1.1-dev-1
0.1.0
0.0.17
0.0.17-dev-2
0.0.17-dev-1
0.0.16
0.0.16-7
0.0.16-6
0.0.16-5
0.0.16-4
0.0.16-3
0.0.16-2
0.0.16-1
0.0.15
0.0.14
0.0.13
0.0.13-staging-2
0.0.13-staging-1
0.0.13-staging
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.8-4
0.0.8-3
0.0.8-2
0.0.8-1
0.0.7
0.0.7-2
0.0.7-1
0.0.6
0.0.5
0.0.4
0.0.4-staging
0.0.4-8.staging
0.0.4-7.staging
0.0.4-6.staging
0.0.4-5.staging
0.0.4-4.staging
0.0.4-3.staging
0.0.4-2.staging
0.0.4-1.staging
0.0.3
0.0.2
0.0.1
0.0.1-6.1
A simple global store based on React Context and Hooks
github.com/redextjs/redext
redextjs/redext
redext
/
dist
/
Context.d.mts
6 lines
(3 loc)
•
109 B
text/typescript
View Raw
1
2
3
4
5
6
import
*
as
react
from
'react'
;
declare
const
_default
: react.
Context
<{}>;
export
{ _default
as
default
};