UNPKG

@taiga-ui/kit

Version:

Taiga UI Angular main components kit

10 lines (9 loc) 538 B
import type { TuiSizeXXL, TuiSizeXXS } from '@taiga-ui/core/types'; import * as i0 from "@angular/core"; export declare class TuiProgressBar { private readonly options; color: string | null; size: TuiSizeXXL | TuiSizeXXS; static ɵfac: i0.ɵɵFactoryDeclaration<TuiProgressBar, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TuiProgressBar, "progress[tuiProgressBar]", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, never>; }