Skip to content

Commit f98b613

Browse files
authored
Merge pull request #160 from alisabzevari/issue-ts-#11589
Add resize to CSSStyleDeclaration
2 parents 5f06702 + b4bb67c commit f98b613

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1679,6 +1679,7 @@ interface CSSStyleDeclaration {
16791679
writingMode: string | null;
16801680
zIndex: string | null;
16811681
zoom: string | null;
1682+
resize: string | null;
16821683
getPropertyPriority(propertyName: string): string;
16831684
getPropertyValue(propertyName: string): string;
16841685
item(index: number): string;

inputfiles/addedTypes.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
[
2+
{
3+
"kind": "property",
4+
"interface": "CSSStyleDeclaration",
5+
"name": "resize",
6+
"type": "string | null"
7+
},
28
{
39
"kind": "interface",
410
"name": "StorageEventInit",

0 commit comments

Comments
 (0)