We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c80179 commit b95a6b5Copy full SHA for b95a6b5
1 file changed
unittests/files/css-style.ts
@@ -5,3 +5,5 @@ const foo = { width: "10px" } as CSSStyleDeclaration;
5
foo.height = "20px";
6
7
document.body.style.width = "10px";
8
+
9
+const bar: CSSStyleDeclaration = document.body.style;
0 commit comments