Files
sp80/sample_interface/node_modules/react-dnd/dist/hooks/useDragDropManager.d.ts
2026-03-13 15:46:10 +08:00

6 lines
175 B
TypeScript

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