UNPKG

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