UNPKG

react-dnd

Version:

Drag and Drop for React

6 lines (5 loc) 175 B
import type { DragDropManager } from 'dnd-core'; /** * A hook to retrieve the DragDropManager from Context */ export declare function useDragDropManager(): DragDropManager;