UNPKG

@taiga-ui/core

Version:

Core library for creating Angular components and applications using Taiga UI

15 lines (14 loc) 756 B
import { type TuiDriver, TuiDriverDirective } from '@taiga-ui/core/classes'; import { BehaviorSubject } from 'rxjs'; import * as i0 from "@angular/core"; export declare class TuiDropdownDriver extends BehaviorSubject<boolean> implements TuiDriver { readonly type = "dropdown"; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration<TuiDropdownDriver, never>; static ɵprov: i0.ɵɵInjectableDeclaration<TuiDropdownDriver>; } export declare class TuiDropdownDriverDirective extends TuiDriverDirective { readonly type = "dropdown"; static ɵfac: i0.ɵɵFactoryDeclaration<TuiDropdownDriverDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<TuiDropdownDriverDirective, never, never, {}, {}, never, never, true, never>; }