@progress/kendo-react-charts
Version:
React Chart renders a wide range of high-quality data visualizations. KendoReact Charts package
21 lines (20 loc) • 839 B
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
import * as o from "react";
import { CollectionConfigurationComponent as i } from "../base/CollectionConfigurationComponent.mjs";
import { ChartNavigatorSeriesItem as a } from "./SeriesItem.mjs";
import { validateChildren as n } from "../../utils/index.mjs";
const m = (r) => /* @__PURE__ */ o.createElement(i, { ...r, _chartKey: "series" });
m.propTypes = {
children: function(r, e, t) {
return n(r, e, t, a);
}
};
export {
m as ChartNavigatorSeries
};