UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

11 lines (10 loc) 297 B
import { KeyValue } from '../../types'; import { Marker } from './index'; export interface AsyncMarkerOptions extends KeyValue { width?: number; height?: number; offset?: number; open?: boolean; flip?: boolean; } export declare const async: Marker.Factory<AsyncMarkerOptions>;