import { LegendComponentOption } from 'echarts/components'; export type { LegendComponentOption }; export type TextType = "textStyle" | "pageTextStyle" | "selectorLabel"; export type LegendOptions = Partial>;