Files
igny8/frontend/node_modules/react-dnd/dist/hooks/useDrag/useDragSourceMonitor.d.ts

3 lines
142 B
TypeScript

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