We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e020e5 commit e748f2bCopy full SHA for e748f2b
2 files changed
baselines/dom.generated.d.ts
@@ -19232,7 +19232,7 @@ interface BlobCallback {
19232
}
19233
19234
interface CustomElementConstructor {
19235
- new (...params:[]): HTMLElement;
+ new (...params: any[]): HTMLElement;
19236
19237
19238
interface DecodeErrorCallback {
inputfiles/overridingTypes.json
@@ -314,7 +314,7 @@
314
},
315
"CustomElementConstructor": {
316
"override-signatures": [
317
- "new (...params:[]): HTMLElement"
+ "new (...params: any[]): HTMLElement"
318
]
319
320
0 commit comments