UNPKG

@carbon/charts

Version:
7 lines (6 loc) 284 B
import { AxisChart } from '../axis-chart'; import { ChartConfig, BubbleChartOptions } from '../interfaces/index'; export declare class BubbleChart extends AxisChart { constructor(holder: Element, chartConfigs: ChartConfig<BubbleChartOptions>); getComponents(): any[]; }