6 lines
175 B
TypeScript
6 lines
175 B
TypeScript
import type { DragDropManager } from 'dnd-core';
|
|
/**
|
|
* A hook to retrieve the DragDropManager from Context
|
|
*/
|
|
export declare function useDragDropManager(): DragDropManager;
|