UNPKG

275 BTypeScriptView Raw
1import { TemplateRef, ViewContainerRef } from '@angular/core';
2import { BsDropdownState } from './bs-dropdown.state';
3export declare class BsDropdownMenuDirective {
4 constructor(_state: BsDropdownState, _viewContainer: ViewContainerRef, _templateRef: TemplateRef<any>);
5}