UNPKG

uni-echarts

Version:

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

7 lines (6 loc) 164 B
declare module "vue" { export interface GlobalComponents { UniEcharts: typeof import("./components/uni-echarts/uni-echarts.vue")["default"]; } } export {};