import { EChartsOption, EChartsType } from 'echarts'; import { ShallowRef } from 'vue'; export type EChartsRef = Readonly> export type EChartsExpose = { setOption(option: EChartsOption): void get ec(): EChartsType }