UNPKG

@hxui/angular

Version:

* * *

11 lines (10 loc) 348 B
import { OnDestroy } from '@angular/core'; import { DropdownState } from './dropdown.state'; export declare class DropdownContainerComponent implements OnDestroy { private _state; isOpen: boolean; readonly direction: 'down' | 'up'; private _subscription; constructor(_state: DropdownState); ngOnDestroy(): void; }