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