UNPKG

@coreui/angular

Version:

CoreUI Components Library for Angular

13 lines (12 loc) 423 B
import * as i0 from "@angular/core"; export interface IDropdownState { visible?: boolean | 'toggle'; dropdown?: any; } export declare class DropdownService { private dropdownState; dropdownState$: import("rxjs").Observable<any>; toggle(state: IDropdownState): void; static ɵfac: i0.ɵɵFactoryDeclaration<DropdownService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<DropdownService>; }