UNPKG

@highcharts/react

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