@taiga-ui/kit
Version:
Taiga UI Angular main components kit
13 lines (12 loc) • 682 B
TypeScript
import * as i0 from "@angular/core";
export declare const TUI_CHEVRON: import("@angular/core").InjectionToken<string>;
export declare class TuiChevron {
private readonly el;
private readonly dropdown;
protected readonly nothing: undefined;
protected readonly toggle: import("@angular/core").EffectRef;
readonly chevron: import("@angular/core").WritableSignal<boolean | "">;
set tuiChevron(chevron: boolean | '');
static ɵfac: i0.ɵɵFactoryDeclaration<TuiChevron, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiChevron, "[tuiChevron]", never, { "tuiChevron": { "alias": "tuiChevron"; "required": false; }; }, {}, never, never, true, never>;
}