UNPKG

@anew/hooks

Version:

AnewJS React Hooks

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