UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

5 lines (4 loc) 211 B
import { Graph } from './graph'; export declare namespace Decorator { function checkScroller(err?: boolean, warning?: boolean): (target: Graph, methodName: string, descriptor: PropertyDescriptor) => void; }