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
/
types.d.ts
5 lines
(4 loc)
•
85 B
TypeScript
View Raw
1
2
3
4
5
export
interface
Task
{
call
():
void
; }
export
declare
type
TaskFn
=
() =>
void
;