UNPKG

highcharts

Version:
34 lines (33 loc) 533 B
/* * * * (c) 2010-2026 Highsoft AS * Author: Torstein Hønsi * * Integration of this software requires a license. * - For commercial use, see www.highcharts.com/license * - For non-commercial, see www.highcharts.com/license-eula * * * */ 'use strict'; /* * * * API Options * * */ /** * @optionparent exporting * @internal */ const exporting = {}; /* * * * Default Export * * */ /** @internal */ const OfflineExportingDefaults = { exporting }; /** @internal */ export default OfflineExportingDefaults;