UNPKG

react-dnd

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