import type * as echarts from 'echarts' import type ExcelJS from 'excelJS' import type * as wangEditor from '@wangeditor/editor' import type * as ElementPlus from 'element-plus' declare global { interface Window { echarts: typeof echarts ExcelJS: typeof ExcelJS wangEditor: typeof wangEditor ElementPlus: typeof ElementPlus } }