UNPKG

ngx-bootstrap-treeview

Version:

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

7 lines (6 loc) 123 B
export declare class TreeMap { value: string; label: string; children?: string; leavesKey: string; }