UNPKG

ngx-bootstrap-treeview

Version:

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

8 lines (7 loc) 152 B
export declare class Tree { children?: Tree[]; loadChildren?: Function; label: string; value: number | string; data?: any; }