UNPKG

@coreui/angular

Version:

CoreUI Components Library for Angular

8 lines (7 loc) 466 B
import { IProgressBarStacked } from './progress.type'; import * as i0 from "@angular/core"; export declare class ProgressStackedComponent implements IProgressBarStacked { stacked: boolean; static ɵfac: i0.ɵɵFactoryDeclaration<ProgressStackedComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ProgressStackedComponent, "c-progress-stacked", never, { "stacked": { "alias": "stacked"; "required": false; }; }, {}, never, ["*"], true, never>; }