Polygon.d.ts 233 B

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