UNPKG

@maxgraph/core

Version:

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

3 lines (2 loc) 126 B
import type { CellStyle } from '../../../types.js'; export declare function convertStyleFromString(input: string): CellStyle;