UNPKG

@dfsj/echarts

Version:

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

12 lines (11 loc) 304 B
export declare function useStatistic(): { close: () => void; open: (oDom?: HTMLElement) => void; props: import("vue").ShallowReactive<{ value: any; chart: any; visible: boolean; statistical: number; }>; toggleStatistic: (visible?: boolean) => void; };