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
/
om
/
style.d.ts
8 lines
(7 loc)
•
170 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
class
StyleNode
{ dom: any; style: any; children: any[]; originChildren: any[]; }
export
default
function
(dom: any, css: any)
: StyleNode;