import { XAXisOption as XAXisComponentOption } from 'echarts/types/dist/shared'; export type TextType = "nameTextStyle" | "axisLabel"; export type { XAXisComponentOption }; export type XAXisOption = Partial>;