You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
XJC/src/app/angular-bootstrap-md/pro/easy-charts/chartSmallpieComponent.d.ts

11 lines
339 B
TypeScript

import { ElementRef, OnInit, OnChanges, SimpleChanges } from '@angular/core';
export declare class EasyPieChartComponent implements OnInit, OnChanges {
percent: any;
options: any;
element: any;
pieChart: any;
constructor(el: ElementRef);
ngOnInit(): void;
ngOnChanges(changes: SimpleChanges): void;
}