Files
igny8/frontend/node_modules/react-dnd/dist/hooks/useDrag/useDragSourceMonitor.d.ts
2025-11-09 10:27:02 +00:00

3 lines
142 B
TypeScript

import type { DragSourceMonitor } from '../../types/index.js';
export declare function useDragSourceMonitor<O, R>(): DragSourceMonitor<O, R>;