UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

5 lines (4 loc) 301 B
import { type Cell } from '../../model'; export declare function save(cells: Cell[]): void; export declare function fetch(): (import("../../model").Node<import("../../model").NodeProperties> | import("../../model").Edge<import("../../model").EdgeProperties>)[]; export declare function clean(): void;