UNPKG

uni-echarts

Version:

🪀 适用于uni-app的Apache ECharts组件(仅支持Vue 3)

9 lines (8 loc) 310 B
import type { Ref } from "vue"; import type { EChartsType, GetTouchFuc } from "../components/uni-echarts/types"; import type { NullableValue } from "../types"; export declare function useEchartsMouseWheel(options: { isPc: boolean; chart: Ref<NullableValue<EChartsType>>; getTouch: GetTouchFuc; }): void;