UNPKG

@antv/f6-ui

Version:

UI system for @antv/f6

6 lines (5 loc) 137 B
import UINode from './base'; export default class UIDivNode extends UINode { backgroudNode: any; draw(parentGNode: any): void; }