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 6aec7a2 commit 9f51962Copy full SHA for 9f51962
index.d.ts
@@ -5,6 +5,6 @@ export default class TaskListsElement extends HTMLElement {
5
6
declare global {
7
interface Window {
8
- TaskListsElement: TaskListsElement
+ TaskListsElement: typeof TaskListsElement
9
}
10
0 commit comments