UNPKG

@minoru/react-dnd-treeview

Version:

A draggable / droppable React-based treeview component.

3 lines (2 loc) 160 B
import type { NodeModel } from "../types"; export declare const getDescendants: <T = unknown>(treeData: NodeModel<T>[], id: NodeModel["id"]) => NodeModel<T>[];