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.
2 parents 4a420bf + 463ba51 commit 6b93559Copy full SHA for 6b93559
index.d.ts
@@ -7,4 +7,7 @@ declare global {
7
interface Window {
8
TaskListsElement: typeof TaskListsElement
9
}
10
-}
+ interface HTMLElementTagNameMap {
11
+ 'task-lists': TaskListsElement
12
+ }
13
+}
0 commit comments