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