UNPKG
juliette-react
Version:
latest (1.5.0)
1.5.0
1.4.0
1.3.0
1.2.0
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.14.4
0.14.3
0.14.2
0.14.1
0.14.0
0.12.0
0.11.2
0.11.1
0.11.0
0.10.0
0.9.0
0.7.0
0.6.1
0.6.0
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.4
React Plugin for Juliette
github.com/markostanimirovic/juliette
markostanimirovic/juliette
juliette-react
/
lib
/
contexts.d.ts
4 lines
(3 loc)
•
141 B
TypeScript
View Raw
1
2
3
4
/// <reference types="react" />
import
{
Store
}
from
'juliette'
;
export
declare
const
StoreContext
:
import
(
"react"
).
Context
<
Store
<
any
>>;