useDragSourceMonitor.d.ts 142 Bytes Edit Raw Blame History 1 2 import type { DragSourceMonitor } from '../../types/index.js'; export declare function useDragSourceMonitor<O, R>(): DragSourceMonitor<O, R>;