UNPKG

vue3-treeview

Version:

A simple vue js 3 treeview component

3 lines (2 loc) 100 B
import { INode } from '../structure/INode'; export declare function ensureState(node: INode): void;