UNPKG

@dfsj/echarts

Version:

专业的水文曲线组件或构造函数以及通用的echart二次封装图表

4 lines (3 loc) 234 B
import { Ref } from 'vue'; import type { IChartHookExtended, IChartOverride } from '../../types/chart-hook'; export declare function useDamSchematic(chartRef: Ref<HTMLElement>, override?: Partial<IChartOverride>): IChartHookExtended;