@mentor-apm/react-sortable-tree
Version:
Drag-and-drop sortable component for nested data and hierarchies
4 lines (3 loc) • 356 B
TypeScript
export declare const wrapSource: (el: any, startDrag: any, endDrag: any, dndType: any) => any;
export declare const wrapPlaceholder: (el: any, treeId: any, drop: any, dndType: any) => any;
export declare const wrapTarget: (el: any, canNodeHaveChildren: any, treeId: any, maxDepth: any, treeRefcanDrop: any, drop: any, dragHover: any, dndType: any) => any;