UNPKG

@react-dnd/asap

Version:

High-priority task queue for Node.js and browsers

4 lines (3 loc) 261 B
export declare function makeRequestCallFromTimer(callback: () => void): () => void; export declare function makeRequestCallFromMutationObserver(callback: () => void): () => void; export declare const makeRequestCall: typeof makeRequestCallFromMutationObserver;