amis-rpc-design/node_modules/react-redux/es/utils/batch.d.ts
2023-10-07 19:42:30 +08:00

5 lines
231 B
TypeScript

declare function defaultNoopBatch(callback: () => void): void;
export declare const setBatch: (newBatch: typeof defaultNoopBatch) => typeof defaultNoopBatch;
export declare const getBatch: () => typeof defaultNoopBatch;
export {};