UNPKG
@react-dnd/asap
Version:
latest (5.0.2)
5.0.2
5.0.1
5.0.0
4.0.1
4.0.0
3.0.0
High-priority task queue for Node.js and browsers
react-dnd/react-dnd
@react-dnd/asap
/
dist
/
makeRequestCall.d.ts
4 lines
(3 loc)
•
261 B
TypeScript
View Raw
1
2
3
4
export
declare
function
makeRequestCallFromTimer
(
callback: (
) =>
void
): (
) =>
void
; export
declare
function
makeRequestCallFromMutationObserver
(
callback: (
) =>
void
): (
) =>
void
; export
declare
const
makeRequestCall
: typeof makeRequestCallFromMutationObserver;