Skip to content

Commit

Permalink
Merge pull request #45 from github/use-html-element-tag-name-map
Browse files Browse the repository at this point in the history
Add HTMLElementTagNameMap interface to TypeScript declaration file.
  • Loading branch information
koddsson authored Jan 27, 2020
2 parents 1aac8fe + c4a41b8 commit 6044d41
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ declare global {
interface Window {
AutoCheckElement: typeof AutoCheckElement
}
}
interface HTMLElementTagNameMap {
'auto-check': AutoCheckElement
}
}

0 comments on commit 6044d41

Please sign in to comment.