/* * * * (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 type AreaSplinePointOptions from '../AreaSpline/AreaSplinePointOptions'; /* * * * Declarations * * */ export interface StreamgraphPointOptions extends AreaSplinePointOptions { } /* * * * Default Export * * */ export default StreamgraphPointOptions;