UNPKG

ngx-treeview

Version:

An Angular treeview component with checkbox

7 lines (6 loc) 260 B
import { ElementRef } from '@angular/core'; import { DropdownDirective } from './dropdown.directive'; export declare class DropdownToggleDirective { dropdown: DropdownDirective; constructor(dropdown: DropdownDirective, elementRef: ElementRef); }