Merge pull request #34 from github/use-html-element-tag-name-map
Add HTMLElementTagNameMap interface to TypeScript declaration file.
This commit is contained in:
Коммит
59f2dc7868
|
@ -19,4 +19,7 @@ declare global {
|
|||
interface Window {
|
||||
AutocompleteElement: typeof AutocompleteElement
|
||||
}
|
||||
interface HTMLElementTagNameMap {
|
||||
'auto-complete': AutoCompleteElement
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче