UNPKG

244 BTypeScriptView Raw
1import { DragLayerMonitor } from 'react-dnd';
2/**
3 * useDragLayer Hook
4 * @param collector The property collector
5 */
6export declare function useDragLayer<CollectedProps>(collect: (monitor: DragLayerMonitor) => CollectedProps): CollectedProps;