import type { LineStyleProps as GLineStyleProps } from '@antv/g'; import { OmitConflictStyleProps } from './types'; export { Line } from '@antv/g'; export type LineStyleProps = OmitConflictStyleProps<GLineStyleProps>;