Files
huachuang/nl-ui/nl-ui-admin-vben/yudao-ui-admin-vben/packages/effects/plugins/src/echarts/index.ts
2026-07-08 15:08:41 +08:00

8 lines
422 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export * from './echarts';
export { default as EchartsUI } from './echarts-ui.vue';
export * from './types';
export * from './use-echarts';
// add by 芋艿:额外透出 echarts 原生 EChartsOption 类型,方便业务模块(如 mes/home 图表配置)声明 option 返回值类型,避免业务侧直接依赖 echarts 包apps 未把 echarts 列为直接依赖)
export type { EChartsOption } from 'echarts';