/* * * * Highcharts pyramid3d series module * * (c) 2010-2026 Highsoft AS * Author: Kacper Madej * * 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 Funnel3DPointOptions from '../Funnel3D/Funnel3DPointOptions'; /* * * * Declarations * * */ export interface Pyramid3DPointOptions extends Funnel3DPointOptions { // Nothing here yet } /* * * * Default Export * * */ export default Pyramid3DPointOptions;