UNPKG

primeng

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/primeng.svg)](https://badge.fury.io/js/primeng) [![npm downloads](https://img.shields.io/npm/dm/primeng.sv

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