UNPKG

vue3-dnd

Version:

Drag and Drop for Vue Composition API

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;