3 lines
166 B
TypeScript
3 lines
166 B
TypeScript
export declare function augmentGetState(originalGetState: any, selectors: any): () => any;
|
|
export declare function augmentDispatch(dispatch: any, actions: any): any;
|