HTML.d.ts 218 B

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