UNPKG

@taiga-ui/kit

Version:

Taiga UI Angular main components kit

13 lines (12 loc) 675 B
import { InjectionToken } from '@angular/core'; import * as i0 from "@angular/core"; export declare const TUI_CHEVRON: InjectionToken<string>; export declare class TuiChevron { private readonly el; private readonly dropdown; protected readonly nothing: undefined; protected readonly toggle: import("@angular/core").EffectRef; readonly rotated: import("@angular/core").InputSignal<boolean | "">; static ɵfac: i0.ɵɵFactoryDeclaration<TuiChevron, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<TuiChevron, "[tuiChevron]", never, { "rotated": { "alias": "tuiChevron"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>; }