UNPKG

175 BTypeScriptView Raw
1import type { DragDropManager } from 'dnd-core';
2/**
3 * A hook to retrieve the DragDropManager from Context
4 */
5export declare function useDragDropManager(): DragDropManager;