mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix webcomponents.js.d.ts and test
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ declare module webcomponents {
|
||||
}
|
||||
|
||||
export interface CustomElementConstructor {
|
||||
new():HTMLElement;
|
||||
new(): HTMLElement;
|
||||
}
|
||||
|
||||
export interface CustomElementsPolyfill {
|
||||
|
||||
Reference in New Issue
Block a user