UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

10 lines (9 loc) 294 B
import type { SimpleAttrs } from '../attr'; import type { MarkerFactory } from './index'; export interface CrossMarkerOptions extends SimpleAttrs { size?: number; width?: number; height?: number; offset?: number; } export declare const cross: MarkerFactory<CrossMarkerOptions>;