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.
 
 
 
 

16 lines
887 B

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
export declare class ProgressSpinner {
style: any;
styleClass: string;
strokeWidth: string;
fill: string;
animationDuration: string;
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressSpinner, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressSpinner, "p-progressSpinner", never, { "style": "style"; "styleClass": "styleClass"; "strokeWidth": "strokeWidth"; "fill": "fill"; "animationDuration": "animationDuration"; }, {}, never, never>;
}
export declare class ProgressSpinnerModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressSpinnerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressSpinnerModule, [typeof ProgressSpinner], [typeof i1.CommonModule], [typeof ProgressSpinner]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ProgressSpinnerModule>;
}