SourceTermAnalysisSystem_vue/node_modules/@antv/x6/es/registry/attr/text.d.ts

10 lines
426 B
TypeScript
Raw Normal View History

2026-05-15 10:22:44 +08:00
import { Attr } from './index';
export declare const text: Attr.Definition;
export declare const textWrap: Attr.Definition;
export declare const lineHeight: Attr.Definition;
export declare const textVerticalAnchor: Attr.Definition;
export declare const textPath: Attr.Definition;
export declare const annotations: Attr.Definition;
export declare const eol: Attr.Definition;
export declare const displayEmpty: Attr.Definition;