Skip to content
This repository was archived by the owner on Sep 22, 2022. It is now read-only.

Commit 25fc07e

Browse files
authored
types(ts): fix window declaration type
1 parent 778f8f4 commit 25fc07e

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
@@ -4,6 +4,6 @@ export default class DetailsDialogElement extends HTMLElement {
44

55
declare global {
66
interface Window {
7-
DetailsDialogElement: DetailsDialogElement
7+
DetailsDialogElement: typeof DetailsDialogElement
88
}
99
}

0 commit comments

Comments
 (0)