CustomElement.d.ts 279 B

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