UNPKG

ngx-bootstrap-treeview

Version:

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

7 lines (6 loc) 183 B
import { Leaf } from './leaf.model'; export declare class LeafClickedEvent { leaf: Leaf; selectedLeaves?: Leaf[]; constructor(leaf: Leaf, selectedLeaves: Leaf[]); }