UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

8 lines (7 loc) 253 B
import type { SimpleAttrs } from '../attr'; import type { MarkerFactory } from './index'; export interface EllipseMarkerOptions extends SimpleAttrs { rx?: number; ry?: number; } export declare const ellipse: MarkerFactory<EllipseMarkerOptions>;