Files
rtu_v5/v2/node_modules/react-dnd/dist/hooks/useDragLayer.d.ts
2026-05-29 14:48:36 +08:00

7 lines
287 B
TypeScript

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;