UNPKG

ngx-bootstrap-treeview

Version:

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

5 lines (4 loc) 151 B
import { Tree } from './tree.model'; export interface NgxBootstrapTreeviewContextMenuActions { [label: string]: (clickedItem: Tree) => void; }