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