UNPKG
@antv/f6-ui
Version:
latest (1.0.3)
1.0.3
1.0.1
1.0.0
UI system for @antv/f6
github.com/antvis/F6
antvis/F6
@antv/f6-ui
/
es
/
ui-node
/
UIDivNode.d.ts
6 lines
(5 loc)
•
137 B
TypeScript
View Raw
1
2
3
4
5
6
import
UINode
from
'./base'
;
export
default
class
UIDivNode
extends
UINode
{
backgroudNode
:
any
;
draw
(
parentGNode
:
any
):
void
; }