source: trip-planner-front/node_modules/primeng/progressspinner/progressspinner.d.ts@ e29cc2e

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

adding photos

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