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