UNPKG

async-selector-kit

Version:

An opinionated API to simplify using async-selector

7 lines (6 loc) 195 B
export declare const getDispatcher: () => Function; export declare function getStore(): { dispatch: Function; getState: any; }; export declare function referenceStore(store_: any): void;