UNPKG

@carbon/charts

Version:
9 lines (8 loc) 215 B
import { ChartModel } from './model'; /** * The treemap chart model layer */ export declare class TreemapChartModel extends ChartModel { constructor(services: any); getTabularDataArray(): any[]; }