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
13 lines (12 loc) • 384 B
TypeScript
import { OnDestroy } from '@angular/core';
import { BsDropdownState } from './dropdown.state';
export declare class BsDropdownContainerComponent implements OnDestroy {
private _state;
isOpen: boolean;
display: string;
position: string;
get direction(): 'down' | 'up';
private _subscription;
constructor(_state: BsDropdownState);
ngOnDestroy(): void;
}