11 lines
196 B
TypeScript
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 {
|
|
}
|