UNPKG

react-dnd

Version:

Drag and Drop for React

4 lines (3 loc) 216 B
import { TargetConnector } from '../../internals/index.js'; import type { DropTargetOptions } from '../../types/index.js'; export declare function useDropTargetConnector(options: DropTargetOptions): TargetConnector;