UNPKG

@taiga-ui/legacy

Version:

Legacy Taiga UI entities from the previous major release to simplify migration

18 lines (17 loc) 839 B
import { PolymorpheusComponent, type PolymorpheusContent } from '@taiga-ui/polymorpheus'; import * as i0 from "@angular/core"; /** * @deprecated: drop in v5.0 use {@link TuiChevron} */ export declare class TuiArrowComponent { private readonly control; private readonly textfieldSize; private readonly options; protected readonly dropdownOpen: import("@angular/core").Signal<boolean | undefined>; protected readonly rotated: import("@angular/core").Signal<any>; protected get small(): boolean; protected get arrowIcon(): PolymorpheusContent; static ɵfac: i0.ɵɵFactoryDeclaration<TuiArrowComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TuiArrowComponent, "tui-arrow", never, {}, {}, never, never, true, never>; } export declare const TUI_ARROW: PolymorpheusComponent<TuiArrowComponent>;