Skip to content

Commit 4fd26a9

Browse files
committed
'add type to HTMLElementTagNameMap'
1 parent 8c57191 commit 4fd26a9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.d.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@ declare global {
1919
interface Window {
2020
AutocompleteElement: typeof AutocompleteElement
2121
}
22-
}
22+
interface HTMLElementTagNameMap {
23+
'auto-complete': AutoCompleteElement
24+
}
25+
}

0 commit comments

Comments
 (0)