UNPKG

@maxgraph/core

Version:

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

6 lines (5 loc) 270 B
import type { AbstractGraph } from '../AbstractGraph.js'; type PartialImage = Pick<AbstractGraph, 'imageBundles' | 'addImageBundle' | 'removeImageBundle' | 'getImageFromBundles'>; type PartialType = PartialImage; export declare const ImageMixin: PartialType; export {};