@taiga-ui/core
Version:
Core library for creating Angular components and applications using Taiga UI
17 lines (16 loc) • 763 B
TypeScript
import { type OnDestroy } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TuiTextfieldDropdownDirective implements OnDestroy {
private readonly directive;
constructor();
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TuiTextfieldDropdownDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiTextfieldDropdownDirective, "ng-template[tuiTextfieldDropdown]", never, {}, {}, never, never, true, never>;
}
/**
* @deprecated remove in v5
*/
export declare class TuiWithTextfieldDropdown {
static ɵfac: i0.ɵɵFactoryDeclaration<TuiWithTextfieldDropdown, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiWithTextfieldDropdown, never, never, {}, {}, never, never, true, never>;
}