@maxgraph/core
Version:
maxGraph is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering.
17 lines (16 loc) • 371 B
TypeScript
/**
* Register default builtin shapes into {@link CellRenderer}.
*
* @category Configuration
* @category Style
* @since 0.18.0
*/
export declare function registerDefaultShapes(): void;
/**
* Unregister all shapes from {@link ShapeRegistry}.
*
* @category Configuration
* @category Style
* @since 0.18.0
*/
export declare function unregisterAllShapes(): void;