UNPKG

async-selector-kit

Version:

An opinionated API to simplify using async-selector

8 lines (7 loc) 272 B
export declare const getDispatcher: (id: string) => any; export declare function getStore(): { dispatch: Function; getState: any; }; export declare function useDispatch(dispatcher: Function, id?: string): void; export declare function useStore(store_: any): void;