UNPKG

react-dnd

Version:

Drag and Drop for React

4 lines (3 loc) 189 B
import type { Identifier } from 'dnd-core'; import type { DragSourceHookSpec } from '../types.js'; export declare function useDragType(spec: DragSourceHookSpec<any, any, any>): Identifier;