chore: fix lint
parent
417e6c2ade
commit
282a102826
|
|
@ -1,4 +1,4 @@
|
|||
export * from './echarts';
|
||||
export * from './types';
|
||||
export { default as EchartsUI } from './echarts-ui.vue';
|
||||
export * from './types';
|
||||
export * from './use-echarts';
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@ import type {
|
|||
GridComponentOption,
|
||||
LegendComponentOption,
|
||||
TitleComponentOption,
|
||||
TooltipComponentOption,
|
||||
ToolboxComponentOption,
|
||||
TooltipComponentOption,
|
||||
} from 'echarts/components';
|
||||
import type { ComposeOption } from 'echarts/core';
|
||||
|
||||
|
|
@ -23,6 +23,6 @@ export type ECOption = ComposeOption<
|
|||
| PieSeriesOption
|
||||
| RadarSeriesOption
|
||||
| TitleComponentOption
|
||||
| TooltipComponentOption
|
||||
| ToolboxComponentOption
|
||||
| TooltipComponentOption
|
||||
>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue