Path.d.ts 218 B

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