We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c57191 commit 4fd26a9Copy full SHA for 4fd26a9
index.d.ts
@@ -19,4 +19,7 @@ declare global {
19
interface Window {
20
AutocompleteElement: typeof AutocompleteElement
21
}
22
-}
+ interface HTMLElementTagNameMap {
23
+ 'auto-complete': AutoCompleteElement
24
+ }
25
+}
0 commit comments