UNPKG

ag-charts-community

Version:

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

5 lines (4 loc) 260 B
import { type AxisModuleDefinition } from 'ag-charts-core'; import type { AgTimeAxisOptions } from 'ag-charts-types'; import { TimeAxis } from '../../chart/axis/timeAxis'; export declare const TimeAxisModule: AxisModuleDefinition<AgTimeAxisOptions, TimeAxis>;