This commit is contained in:
5
node_modules/react-dnd/lib/hooks/useDragDropManager.d.ts
generated
vendored
Normal file
5
node_modules/react-dnd/lib/hooks/useDragDropManager.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { DragDropManager } from 'dnd-core';
|
||||
/**
|
||||
* A hook to retrieve the DragDropManager from Context
|
||||
*/
|
||||
export declare function useDragDropManager(): DragDropManager;
|
||||
Reference in New Issue
Block a user