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
/
lib
/
ui-node
/
UIShapeNode.d.ts
7 lines
(6 loc)
•
156 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
UINode
from
'./base'
;
export
default
class
UIShapeNode
extends
UINode
{
getAttrs
():
any
;
draw
(
parentGNode
:
any
):
void
;
update
():
void
; }