UNPKG

mui-draggable-treeview

Version:

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

3 lines (2 loc) 154 B
import { TreeNode } from "../types/treeNode"; export declare const deleteNode: (node: TreeNode, sourceNodeId: string, parentNodeId: string) => boolean;