UNPKG

@carbon/charts

Version:
7 lines (6 loc) 274 B
import { Chart } from '../chart'; import { ChartConfig, TreemapChartOptions } from '../interfaces/index'; export declare class TreemapChart extends Chart { constructor(holder: Element, chartConfigs: ChartConfig<TreemapChartOptions>); getComponents(): any[]; }