UNPKG

@lxlib/chart

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.

14 lines (13 loc) 427 B
import { ChangeDetectorRef, OnChanges } from '@angular/core'; import { LxlibLocaleService } from '@lxlib/theme'; export declare class G2MiniProgressComponent implements OnChanges { i18n: LxlibLocaleService; private cdr; color: string; target: number; percent: number; strokeWidth: number; constructor(i18n: LxlibLocaleService, cdr: ChangeDetectorRef); private fixNum; ngOnChanges(): void; }