@taiga-ui/kit
Version:
Taiga UI Angular main components kit
10 lines (9 loc) • 634 B
TypeScript
import * as i0 from "@angular/core";
export declare class TuiProgressColorSegments {
private readonly el;
private readonly width;
protected readonly gradient: import("@angular/core").Signal<string | null>;
readonly colors: import("@angular/core").InputSignal<readonly string[]>;
static ɵfac: i0.ɵɵFactoryDeclaration<TuiProgressColorSegments, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiProgressColorSegments, "progress[tuiProgressBar][tuiProgressColorSegments]", never, { "colors": { "alias": "tuiProgressColorSegments"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
}