UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

11 lines (10 loc) 288 B
import { NodeView } from '../../view'; declare const Text_base: typeof import("../base").Base; export declare class Text extends Text_base { } export declare namespace Text { class View extends NodeView { confirmUpdate(flag: number, options?: any): number; } } export {};