Skip to content

Commit 28319a5

Browse files
authored
CustomElementConstructor: should be construct signature (#36030)
Was previously incorrectly a call signature. Had to override it manually.
1 parent d6c05a1 commit 28319a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19255,7 +19255,7 @@ interface BlobCallback {
1925519255
}
1925619256

1925719257
interface CustomElementConstructor {
19258-
(): HTMLElement;
19258+
new (): HTMLElement;
1925919259
}
1926019260

1926119261
interface DecodeErrorCallback {

0 commit comments

Comments
 (0)