UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

10 lines (9 loc) 433 B
import type { AttrDefinition } from './index'; export declare const text: AttrDefinition; export declare const textWrap: AttrDefinition; export declare const lineHeight: AttrDefinition; export declare const textVerticalAnchor: AttrDefinition; export declare const textPath: AttrDefinition; export declare const annotations: AttrDefinition; export declare const eol: AttrDefinition; export declare const displayEmpty: AttrDefinition;