UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

10 lines (9 loc) 240 B
export declare const DocumentEvents: { mousemove: string; touchmove: string; mouseup: string; touchend: string; touchcancel: string; }; export declare const FLAG_INSERT: number; export declare const FLAG_REMOVE: number;