import type { PolygonStyleProps as GPolygonStyleProps } from '@antv/g'; import { OmitConflictStyleProps } from './types'; export { Polygon } from '@antv/g'; export type PolygonStyleProps = OmitConflictStyleProps<GPolygonStyleProps>;