UNPKG

veritatisquam

Version:
6 lines (4 loc) 241 B
import { TreemapChart as TC } from "@carbon/charts"; import type { TreemapChartOptions } from "@carbon/charts/interfaces"; import BaseChart from "./BaseChart"; export default class TreemapChart extends BaseChart<TC, TreemapChartOptions> {}