UNPKG

primeng

Version:

[![npm version](https://badge.fury.io/js/primeng.svg)](https://badge.fury.io/js/primeng) [![npm downloads](https://img.shields.io/npm/dm/primeng.svg)](https://www.npmjs.com/package/primeng) [![Actions CI](https://github.com/primefaces/primeng/workflows/No

17 lines (16 loc) 901 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, false, 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>; }