UNPKG

ngx-bootstrap-treeview

Version:

Ngx Bootstrap Treeview - Simple library to visualize, search and interact with tree data

8 lines (7 loc) 166 B
import { Tree } from './tree.model'; export declare class Leaf { value: string | number; label: string; data?: any; constructor(tree: Tree); }