UNPKG
@anew/hooks
Version:
latest (0.1.1)
0.1.1
0.1.0
AnewJS React Hooks
@anew/hooks
/
types
/
types.d.ts
3 lines
(2 loc)
•
137 B
TypeScript
View Raw
1
2
3
import
Store
, {
StoreCollection
}
from
'@anew/store'
;
export
declare
type
AnyStore
=
Store
<
any
,
any
,
any
,
any
> |
StoreCollection
<
any
>;