UNPKG

react-redux

Version:

Official React bindings for Redux

5 lines (4 loc) 235 B
declare function defaultNoopBatch(callback: () => void): void; export declare const setBatch: (newBatch: typeof defaultNoopBatch) => typeof defaultNoopBatch; export declare const getBatch: () => typeof defaultNoopBatch; export {};