UNPKG

@taiga-ui/kit

Version:
10 lines (9 loc) 492 B
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>;