UNPKG

@echarts-component/vue

Version:
5 lines (4 loc) 361 B
import { TreemapSeriesOption } from 'echarts/charts'; export type { TreemapSeriesOption }; export type TreemapSeries = Partial<Omit<TreemapSeriesOption, "type" | "label" | "upperLabel" | "labelLine" | "labelLayout" | "itemStyle" | "emphasis" | "blur" | "select" | "breadcrumb" | "levels" | "tooltip">>; export declare const DefaultTreemapSeries: TreemapSeries;