ng-zorro-antd-mobile
Version:
An enterprise-class mobile UI components based on Ant Design and Angular
19 lines (18 loc) • 470 B
TypeScript
export declare type PositionType = 'normal' | 'fixed';
export declare class ProgressComponent {
prefixCls: string;
private _percent;
private _exceedance;
unfilled: boolean;
position: PositionType;
barStyle: object;
percent: number;
max: number;
readonly value: number;
amProgress: boolean;
outer: boolean;
readonly fixOuter: boolean;
readonly hideOuter: boolean;
readonly exceedance: boolean;
constructor();
}