UNPKG

symbrio-ng2-bootstrap

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