Group.d.ts 223 B

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