UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

13 lines (12 loc) 358 B
import { Node } from '../../model'; import { TransformImplEventArgs } from './transform'; declare module '../../graph/graph' { interface Graph { createTransformWidget: (node: Node) => Graph; clearTransformWidgets: () => Graph; } } declare module '../../graph/events' { interface EventArgs extends TransformImplEventArgs { } }