UNPKG

@highcharts/react

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