UNPKG

@minoru/react-dnd-treeview

Version:

A draggable / droppable React-based treeview component.

3 lines (2 loc) 136 B
import type { NodeModel } from "../types"; export declare const hasChildNodes: (tree: NodeModel[], nodeId: NodeModel["id"]) => boolean;