UNPKG

uni-echarts

Version:

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

5 lines (3 loc) 147 B
import type { ComponentPublicInstance } from "vue"; export type VueThis = ComponentPublicInstance; export declare function useVueThis(): VueThis;