UNPKG

@swimlane/ngx-charts

Version:

Declarative Charting Framework for Angular2 and beyond!

13 lines (12 loc) 304 B
import { OnChanges, SimpleChanges } from '@angular/core'; export declare class SvgLinearGradientComponent implements OnChanges { orientation: string; color: any; name: any; stops: any[]; x1: any; x2: any; y1: any; y2: any; ngOnChanges(changes: SimpleChanges): void; }