Files
turftracker/frontend/node_modules/react-dnd/dist/hooks/useDrag/useDragSourceMonitor.d.ts
2026-04-09 13:19:47 -05:00

3 lines
142 B
TypeScript

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