UNPKG

highcharts

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