UNPKG

@carbon/charts

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