useDragDropManager.d.ts 175 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 import type { DragDropManager } from 'dnd-core'; /** * A hook to retrieve the DragDropManager from Context */ export declare function useDragDropManager(): DragDropManager;