@mobilelivenpm/fds-angular-qa
Version:
This library was generated with [Nx](https://nx.dev).
18 lines (17 loc) • 430 B
TypeScript
import { OnInit } from '@angular/core';
export declare class ProgressComponent implements OnInit {
min: number;
max: number;
value: number;
showLabel: boolean;
displayWith: (value: number) => string | number;
constructor();
ngOnInit(): void;
_getWidth(): number;
_getLabelStyle(): {
transform: string;
} | {
transform?: undefined;
};
formatValue(value: any): any;
}