import { MarkLineOption as MarkLineComponentOption } from 'echarts/types/dist/shared'; export { MarkLineComponentOption }; export type MarkLineOption = Partial>; export type TextType = "label";