progressbar.d.ts 196 B

12345678910
  1. export declare class ProgressBar {
  2. value: any;
  3. showValue: boolean;
  4. style: any;
  5. styleClass: string;
  6. unit: string;
  7. mode: string;
  8. }
  9. export declare class ProgressBarModule {
  10. }