UNPKG

@highcharts/react

Version:
20 lines 651 B
/** * React integration. * Copyright (c) 2025, Highsoft * * A valid license is required for using this software. * See highcharts.com/license * * Built for Highcharts v.xx. * Build stamp: 2025-07-17 * */ export { default as Title } from "./Title.js"; export { default as Subtitle } from "./Subtitle.js"; export { default as Credits } from "./Credits.js"; export { default as Tooltip } from "./Tooltip.js"; export { default as Legend } from "./Legend.js"; export { default as XAxis } from "./XAxis.js"; export { default as YAxis } from "./YAxis.js"; export { default as PlotOptions } from "./PlotOptions.js"; //# sourceMappingURL=index.js.map