You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
837 B
17 lines
837 B
import * as i0 from "@angular/core";
|
|
import * as i1 from "@angular/common";
|
|
export declare class ProgressBar {
|
|
value: any;
|
|
showValue: boolean;
|
|
style: any;
|
|
styleClass: string;
|
|
unit: string;
|
|
mode: string;
|
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBar, never>;
|
|
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBar, "p-progressBar", never, { "value": "value"; "showValue": "showValue"; "style": "style"; "styleClass": "styleClass"; "unit": "unit"; "mode": "mode"; }, {}, never, never>;
|
|
}
|
|
export declare class ProgressBarModule {
|
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarModule, never>;
|
|
static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressBarModule, [typeof ProgressBar], [typeof i1.CommonModule], [typeof ProgressBar]>;
|
|
static ɵinj: i0.ɵɵInjectorDeclaration<ProgressBarModule>;
|
|
}
|