mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
CustomElementConstructor: should be construct signature (#36030)
Was previously incorrectly a call signature. Had to override it manually.
This commit is contained in:
Vendored
+1
-1
@@ -19255,7 +19255,7 @@ interface BlobCallback {
|
||||
}
|
||||
|
||||
interface CustomElementConstructor {
|
||||
(): HTMLElement;
|
||||
new (): HTMLElement;
|
||||
}
|
||||
|
||||
interface DecodeErrorCallback {
|
||||
|
||||
Reference in New Issue
Block a user