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