We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8dd7059 + 9f51962 commit 8c56934Copy full SHA for 8c56934
index.d.ts
@@ -2,3 +2,9 @@ export default class TaskListsElement extends HTMLElement {
2
disabled: boolean
3
sortable: boolean
4
}
5
+
6
+declare global {
7
+ interface Window {
8
+ TaskListsElement: typeof TaskListsElement
9
+ }
10
+}
0 commit comments