UNPKG
react-storm
Version:
latest (0.5.2)
0.5.2
0.5.1
0.5.0
0.1.1
0.1.0
A small storm in the React Store world
github.com/lojell/react-storm
lojell/react-storm
react-storm
/
dist
/
index.js
5 lines
•
192 B
JavaScript
View Raw
1
2
3
4
5
export
{ connect }
from
'./connect'
;
export
{ store }
from
'./store'
;
export
{
Action
,
Field
,
Model
}
from
'./models'
;
export
{ useModel }
from
'./storm'
;
//# sourceMappingURL=index.js.map