UNPKG

highcharts

Version:
33 lines (32 loc) 455 B
/* * * * (c) 2010-2026 Highsoft AS * Author: Torstein Hønsi * * 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 * * */ /** @internal */ const OfflineExportingDefaults = { exporting }; /** @internal */ export default OfflineExportingDefaults;