ngx-bootstrap
Version:
Angular Bootstrap
9 lines (8 loc) • 573 B
TypeScript
import { TemplateRef, ViewContainerRef } from '@angular/core';
import { BsDropdownState } from './bs-dropdown.state';
import * as i0 from "@angular/core";
export declare class BsDropdownMenuDirective {
constructor(_state: BsDropdownState, _viewContainer: ViewContainerRef, _templateRef: TemplateRef<BsDropdownMenuDirective>);
static ɵfac: i0.ɵɵFactoryDeclaration<BsDropdownMenuDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<BsDropdownMenuDirective, "[bsDropdownMenu],[dropdownMenu]", ["bs-dropdown-menu"], {}, {}, never, never, true, never>;
}