UNPKG

react-dnd

Version:

Drag and Drop for React

7 lines (6 loc) 287 B
import type { DragLayerMonitor } from '../types/index.js'; /** * useDragLayer Hook * @param collector The property collector */ export declare function useDragLayer<CollectedProps, DragObject = any>(collect: (monitor: DragLayerMonitor<DragObject>) => CollectedProps): CollectedProps;