UNPKG

@antv/f6-ui

Version:

UI system for @antv/f6

9 lines (8 loc) 267 B
import UINode from './base'; import { ShapeAttrs } from '@antv/g-base'; export default class UITextNode extends UINode { getAttrs(): ShapeAttrs; draw(parentGNode: any): void; getMultiLineText(text: any, attrs: any, width: any): any; update(): void; }