UNPKG

angular-progress-bar

Version:
15 lines (14 loc) 378 B
export declare class ProgressBarComponent { /** Inputs **/ progress: string; color: string; degraded: any; disabledP: boolean; constructor(); /** * Returns a color for a certain percent * @param percent The current progress */ whichColor(percent: string): any; whichProgress(progress: string): string | number; }