We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f06702 + b4bb67c commit f98b613Copy full SHA for f98b613
baselines/dom.generated.d.ts
@@ -1679,6 +1679,7 @@ interface CSSStyleDeclaration {
1679
writingMode: string | null;
1680
zIndex: string | null;
1681
zoom: string | null;
1682
+ resize: string | null;
1683
getPropertyPriority(propertyName: string): string;
1684
getPropertyValue(propertyName: string): string;
1685
item(index: number): string;
inputfiles/addedTypes.json
@@ -1,4 +1,10 @@
1
[
2
+ {
3
+ "kind": "property",
4
+ "interface": "CSSStyleDeclaration",
5
+ "name": "resize",
6
+ "type": "string | null"
7
+ },
8
{
9
"kind": "interface",
10
"name": "StorageEventInit",
0 commit comments