@progress/kendo-vue-charts
Version:
15 lines (14 loc) • 913 B
TypeScript
/**
* @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';
export type { EventAxisOptions } from '../api-types/event-axis-options.interface';
export type { EventSeriesOptions } from '../api-types/event-series-options.interface';
export type { SeriesPointType } from '../api-types/series-point.interface';
export type { ChartAxisType } from '../api-types/chart-axis.interface';
export type { ChartPaneType } from '../api-types/chart-pane.interface';
export type { ChartPlotAreaType } from '../api-types/chart-plotarea.interface';