@progress/kendo-react-charts
Version:
React Chart renders a wide range of high-quality data visualizations. KendoReact Charts package
21 lines (20 loc) • 803 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 e from "react";
import { CollectionConfigurationComponent as n } from "./base/CollectionConfigurationComponent.mjs";
import { ChartPane as a } from "./Pane.mjs";
import { validateChildren as i } from "../utils/index.mjs";
const m = (r) => /* @__PURE__ */ e.createElement(n, { ...r, _chartKey: "panes" });
m.propTypes = {
children: function(r, o, t) {
return i(r, o, t, a);
}
};
export {
m as ChartPanes
};