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