Files
flights_web_raw/apps/angular/node_modules/primeng/progressbar/progressbar.d.ts
T

11 lines
196 B
TypeScript

export declare class ProgressBar {
value: any;
showValue: boolean;
style: any;
styleClass: string;
unit: string;
mode: string;
}
export declare class ProgressBarModule {
}