UNPKG

react-dnd

Version:

Drag and Drop for React

4 lines (3 loc) 310 B
import { SourceConnector } from '../../internals/index.js'; import type { DragPreviewOptions, DragSourceOptions } from '../../types/index.js'; export declare function useDragSourceConnector(dragSourceOptions: DragSourceOptions | undefined, dragPreviewOptions: DragPreviewOptions | undefined): SourceConnector;