UNPKG

react-dnd

Version:

Drag and Drop for React

3 lines (2 loc) 142 B
import type { DropTargetMonitor } from '../../types/index.js'; export declare function useDropTargetMonitor<O, R>(): DropTargetMonitor<O, R>;