UNPKG

@anew/hooks

Version:

AnewJS React Hooks

4 lines (2 loc) 126 B
import Store, { StoreCollection } from '@anew/store' export type AnyStore = Store<any, any, any, any> | StoreCollection<any>