UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

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