updux/dist/createStore.d.ts

3 lines
166 B
TypeScript
Raw Permalink Normal View History

2025-01-31 18:16:41 +00:00
export declare function augmentGetState(originalGetState: any, selectors: any): () => any;
export declare function augmentDispatch(dispatch: any, actions: any): any;