UNPKG

@anew/hooks

Version:

AnewJS React Hooks

7 lines (6 loc) 198 B
interface Batch { <c extends (...args: any) => any>(callback: c): void; } export declare const setBatch: (newBatch: Batch) => Batch; export declare const getBatch: () => Batch; export {};