UNPKG

angular-bootstrap-md

Version:

<a href="http://mdbootstrap.com/docs/angular/getting-started/download/"><img src="https://mdbootstrap.com/img/Marketing/general/logo/medium/mdb-angular2.png"></a> # Angular Bootstrap with Material Design

6 lines (5 loc) 272 B
import { TemplateRef, ViewContainerRef } from '@angular/core'; import { BsDropdownState } from './dropdown.state'; export declare class BsDropdownMenuDirective { constructor(_state: BsDropdownState, _viewContainer: ViewContainerRef, _templateRef: TemplateRef<any>); }