source: trip-planner-front/node_modules/primeng/progressbar/progressbar.d.ts@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 837 bytes
Line 
1import * as i0 from "@angular/core";
2import * as i1 from "@angular/common";
3export declare class ProgressBar {
4 value: any;
5 showValue: boolean;
6 style: any;
7 styleClass: string;
8 unit: string;
9 mode: string;
10 static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBar, never>;
11 static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBar, "p-progressBar", never, { "value": "value"; "showValue": "showValue"; "style": "style"; "styleClass": "styleClass"; "unit": "unit"; "mode": "mode"; }, {}, never, never>;
12}
13export declare class ProgressBarModule {
14 static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarModule, never>;
15 static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressBarModule, [typeof ProgressBar], [typeof i1.CommonModule], [typeof ProgressBar]>;
16 static ɵinj: i0.ɵɵInjectorDeclaration<ProgressBarModule>;
17}
Note: See TracBrowser for help on using the repository browser.