/* * * * (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 * * * */ /* * * * Imports * * */ import CandlestickPointOptions from '../Candlestick/CandlestickPointOptions'; /* * * * Declarations * * */ export interface HollowCandlestickPointOptions extends CandlestickPointOptions { } /* * * * Export * * */ export default HollowCandlestickPointOptions;