UNPKG

ag-charts-enterprise

Version:

Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue

5 lines (4 loc) 311 B
import { type AgTreemapSeriesOptions, _ModuleSupport } from 'ag-charts-community'; import type { SeriesModuleDefinition } from 'ag-charts-core'; export declare const TreemapModule: _ModuleSupport.SeriesModule<'treemap'>; export declare const TreemapSeriesModule: SeriesModuleDefinition<AgTreemapSeriesOptions>;