UNPKG

@antv/x6-vue-shape

Version:

X6 shape for rendering vue components.

6 lines (5 loc) 303 B
import { Graph, Node } from '@antv/x6'; export declare function connect(id: string, component: any, container: HTMLDivElement, node: Node, graph: Graph): void; export declare function disconnect(id: string): void; export declare function isActive(): boolean; export declare function getTeleport(): any;