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