@taiga-ui/kit
Version:
Taiga UI Angular main components kit
10 lines (9 loc) • 492 B
TypeScript
import { TuiHostedDropdownComponent, TuiTextfieldSizeDirective } from '@taiga-ui/core';
import { PolymorpheusComponent } from '@tinkoff/ng-polymorpheus';
export declare class TuiArrowComponent {
readonly dropdown: TuiHostedDropdownComponent;
private readonly textfieldSize;
constructor(dropdown: TuiHostedDropdownComponent, textfieldSize: TuiTextfieldSizeDirective);
get arrowIcon(): string;
}
export declare const TUI_ARROW: PolymorpheusComponent<TuiArrowComponent, object>;