@antv/x6
Version:
JavaScript diagramming library that uses SVG and HTML for rendering.
21 lines (20 loc) • 618 B
TypeScript
export declare function setupTest(): {
wrap: HTMLDivElement;
svgContainer: SVGSVGElement;
svgDefs: SVGPathElement;
svgPath: SVGPathElement;
svgGroup: SVGGElement;
svgCircle: SVGCircleElement;
svgEllipse: SVGEllipseElement;
svgPolygon: SVGPolygonElement;
svgText: SVGTextElement;
svgRectangle: SVGRectElement;
svgGroup1: SVGGElement;
svgGroup2: SVGGElement;
svgGroup3: SVGGElement;
svgPath2: SVGPathElement;
svgPath3: SVGPathElement;
svgLinearGradient: SVGLinearGradientElement;
foreignDiv: HTMLElement;
};
export declare function clearnTest(): void;