@coreui/angular
Version:
CoreUI Components Library for Angular
9 lines (8 loc) • 612 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./progress-bar.directive";
export declare class ProgressBarComponent {
#private;
readonly hostClasses: import("@angular/core").Signal<Record<string, boolean>>;
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "c-progress-bar", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.ProgressBarDirective; inputs: { "animated": "animated"; "color": "color"; "max": "max"; "role": "role"; "value": "value"; "variant": "variant"; }; outputs: {}; }]>;
}