UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

9 lines (8 loc) 364 B
import { Markup } from '../../view/markup'; import { Node } from '../../model/node'; import { Base } from '../base'; export declare function getMarkup(tagName: string, selector?: string): Markup; export declare function createShape(shape: string, config: Node.Config, options?: { selector?: string; parent?: Node.Definition | typeof Base; }): typeof Base;