UNPKG

ag-charts-community

Version:

Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue

4 lines (3 loc) 260 B
import type { AgCartesianChartOptions, AgChartOptions } from 'ag-charts-types'; export declare function detectChartType(input: AgChartOptions): string; export declare function isAgCartesianChartOptions(input: AgChartOptions): input is AgCartesianChartOptions;