UNPKG
react-spit
Version:
alpha (1.1.0-alpha.0)
latest (1.1.0)
1.1.0
1.1.0-alpha.0
1.0.1
1.0.0
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Data handling, the easy way
github.com/phzimmermann/react-spit
react-spit
/
src
/
index.ts
5 lines
(4 loc)
•
190 B
text/typescript
View Raw
1
2
3
4
5
export
{
default
as
Spit
}
from
'./Spit.jsx'
;
export
{
default
as
Store
}
from
'./Store'
;
export
{
default
as
SpitEvent
}
from
'./SpitEvent'
;
export
{
default
as
useSpit }
from
'./useSpit'
;