UNPKG

ag-grid-enterprise

Version:

AG Grid Enterprise Features

5 lines (4 loc) 287 B
import { ChartType } from 'ag-grid-community'; import { AgCartesianAxisType } from 'ag-charts-community'; export declare const ALL_AXIS_TYPES: AgCartesianAxisType[]; export declare function getLegacyAxisType(chartType: ChartType): [AgCartesianAxisType, AgCartesianAxisType] | undefined;