UNPKG

@maxgraph/core

Version:

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

6 lines (5 loc) 278 B
import type { AbstractGraph } from '../AbstractGraph.js'; type PartialPorts = Pick<AbstractGraph, 'portsEnabled' | 'isPort' | 'getTerminalForPort' | 'isPortsEnabled' | 'setPortsEnabled'>; type PartialType = PartialPorts; export declare const PortsMixin: PartialType; export {};