UNPKG

@echarts-component/vue

Version:
5 lines (4 loc) 313 B
import { TreeSeriesOption } from 'echarts/charts'; export type { TreeSeriesOption }; export type TreeSeries = Partial<Omit<TreeSeriesOption, "type" | "label" | "labelLayout" | "itemStyle" | "lineStyle" | "emphasis" | "blur" | "select" | "leaves" | "tooltip">>; export declare const DefaultTreeSeries: TreeSeries;