UNPKG

@maxgraph/core

Version:

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

10 lines (9 loc) 285 B
import type { EdgeStyleRegistryInterface } from '../../../types.js'; /** * A registry that stores the {@link EdgeStyle}s and their configuration. * * @since 0.20.0 * @category Style * @category Configuration */ export declare const EdgeStyleRegistry: EdgeStyleRegistryInterface;