mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-05 11:24:08 +00:00
Exports dom.Style (#8444)
This commit is contained in:
committed by
Andreas Rumpf
parent
06e6c38d99
commit
d06da9ccf0
@@ -201,7 +201,7 @@ type
|
||||
vspace*: int
|
||||
width*: int
|
||||
|
||||
Style = ref StyleObj
|
||||
Style* = ref StyleObj
|
||||
StyleObj {.importc.} = object of RootObj
|
||||
background*: cstring
|
||||
backgroundAttachment*: cstring
|
||||
|
||||
Reference in New Issue
Block a user