Skip to content

Commit 0d7dc36

Browse files
authored
types(ts): fix window declaration type
1 parent 62a2bb1 commit 0d7dc36

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 DetailsMenuElement extends HTMLElement {
55

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

0 commit comments

Comments
 (0)