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

18 lines (17 loc) 844 B
import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; export declare class ProgressBar { value: any; showValue: boolean; style: any; styleClass: string; unit: string; mode: string; static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBar, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBar, "p-progressBar", never, { "value": "value"; "showValue": "showValue"; "style": "style"; "styleClass": "styleClass"; "unit": "unit"; "mode": "mode"; }, {}, never, never, false>; } export declare class ProgressBarModule { static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressBarModule, [typeof ProgressBar], [typeof i1.CommonModule], [typeof ProgressBar]>; static ɵinj: i0.ɵɵInjectorDeclaration<ProgressBarModule>; }