UNPKG

@progress/kendo-react-charts

Version:

React Chart renders a wide range of high-quality data visualizations. KendoReact Charts package

16 lines (15 loc) 1.05 kB
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ export type { AxisRange } from '../api-types/axis-range.interface.js'; export type { EventAxisOptions } from '../api-types/event-axis-options.interface.js'; export type { EventSeriesOptions } from '../api-types/event-series-options.interface.js'; export type { SeriesPointType } from '../api-types/series-point.interface.js'; export type { ChartAxisType } from '../api-types/chart-axis.interface.js'; export type { ChartPaneType } from '../api-types/chart-pane.interface.js'; export type { ChartPlotAreaType } from '../api-types/chart-plotarea.interface.js'; export type { ChartDrilldownStep, ChartDrilldownState } from '../api-types/chart-drilldown-state.interface.js';