- import type { BaseCustomElementStyleProps as GBaseCustomElementStyleProps } from '@antv/g';
- import { OmitConflictStyleProps } from './types';
- export { CustomElement } from '@antv/g';
- export type BaseCustomElementStyleProps = OmitConflictStyleProps<GBaseCustomElementStyleProps>;
|