UNPKG

@maxgraph/core

Version:

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

9 lines (8 loc) 209 B
/** * Unregister all {@link StencilShape}s from {@link StencilShapeRegistry}. * * @category Configuration * @category Style * @since 0.18.0 */ export declare function unregisterAllStencilShapes(): void;