Skip to content

Commit 9f51962

Browse files
authored
types(ts): fix window declaration type
1 parent 6aec7a2 commit 9f51962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ export default class TaskListsElement extends HTMLElement {
55

66
declare global {
77
interface Window {
8-
TaskListsElement: TaskListsElement
8+
TaskListsElement: typeof TaskListsElement
99
}
1010
}

0 commit comments

Comments
 (0)