All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
6 lines
170 B
TypeScript
6 lines
170 B
TypeScript
import { DragDropManager } from 'dnd-core';
|
|
/**
|
|
* A hook to retrieve the DragDropManager from Context
|
|
*/
|
|
export declare function useDragDropManager(): DragDropManager;
|