UNPKG

ng2-bootstrap

Version:
9 lines (8 loc) 197 B
import { ElementRef } from '@angular/core'; export interface DropdownMenuInterface { el: ElementRef; templateUrl: string; } export interface DropdownToggleInterface { el: ElementRef; }