primeng
Version:
[](https://opensource.org/licenses/MIT) [](https://badge.fury.io/js/primeng) [ • 894 B
TypeScript
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, false>;
}
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>;
}