UNPKG

@highcharts/react

Version:
23 lines 467 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 function Title(props) { return null; } Title._HCReact = { type: "HC_Option", HCOption: "title", childOption: "text", defaultOptions: undefined, isArrayType: false, }; export default Title; //# sourceMappingURL=Title.js.map