We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2aaa6b commit 641ba8fCopy full SHA for 641ba8f
src/index.ts
@@ -5,6 +5,9 @@ declare global {
5
interface Window {
6
TaskListsElement: typeof TaskListsElement
7
}
8
+ interface HTMLElementTagNameMap {
9
+ 'task-lists': TaskListsElement
10
+ }
11
12
13
if (!window.customElements.get('task-lists')) {
0 commit comments