UNPKG

@antv/f6-ui

Version:

UI system for @antv/f6

7 lines (6 loc) 156 B
import UINode from './base'; export default class UIShapeNode extends UINode { getAttrs(): any; draw(parentGNode: any): void; update(): void; }