UNPKG
hookbox
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
easy to use hook collection for react
github.com/suxin1/hookbox
suxin1/hookbox
hookbox
/
lib
/
index.d.ts
3 lines
(2 loc)
•
106 B
TypeScript
View Raw
1
2
3
export
{
default
as
useCache }
from
"./useCache"
;
export
{
default
as
usePageBloc }
from
"./usePageBloc"
;