UNPKG

ngx-bootstrap-treeview

Version:

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

6 lines (5 loc) 121 B
import { Tree } from './tree.model'; export interface ContextMenuEvent { target: Tree; event: MouseEvent; }