UNPKG

ag-charts-enterprise

Version:

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

5 lines (4 loc) 291 B
import { type AgAngleNumberAxisOptions } from 'ag-charts-community'; import { type AxisModuleDefinition } from 'ag-charts-core'; import { AngleNumberAxis } from './angleNumberAxis'; export declare const AngleNumberAxisModule: AxisModuleDefinition<AgAngleNumberAxisOptions, AngleNumberAxis>;