Rect.d.ts 218 B

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