highcharts
Version:
JavaScript charting framework
33 lines (32 loc) • 455 B
JavaScript
/* *
*
* (c) 2010-2026 Highsoft AS
* Author: Torstein Hønsi
*
* A commercial license may be required depending on use.
* See www.highcharts.com/license
*
*
* */
;
/* *
*
* API Options
*
* */
/**
* @optionparent exporting
* @internal
*/
const exporting = {};
/* *
*
* Default Export
*
* */
/** @internal */
const OfflineExportingDefaults = {
exporting
};
/** @internal */
export default OfflineExportingDefaults;