UNPKG

@maxgraph/core

Version:

maxGraph is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering.

3 lines (2 loc) 137 B
import type { AbstractGraph } from '../AbstractGraph.js'; export declare const applyGraphMixins: (target: typeof AbstractGraph) => void;