We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a52268 + a0d7674 commit 19f3466Copy full SHA for 19f3466
1 file changed
index.d.ts
@@ -14,3 +14,9 @@ export class AutocompleteEvent extends CustomEvent<null> {
14
constructor(type: AutocompleteEventType, init: AutocompleteEvent$Init)
15
relatedTarget: HTMLInputElement;
16
}
17
+
18
+declare global {
19
+ interface Window {
20
+ AutocompleteElement: typeof AutocompleteElement
21
+ }
22
+}
0 commit comments