UNPKG

mui-draggable-treeview

Version:

React Treeview component built on Material-UI with drag and drop features

3 lines (2 loc) 157 B
import { TreeNode } from "../types/treeNode"; export declare const moveNode: (node: TreeNode, sourceNode: TreeNode, destinationNodeId: string) => boolean;