Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ff9dc5a

Browse files
authored
types(ts): fix window declaration type
1 parent 98626fd commit ff9dc5a

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 ClipboardCopyElement extends HTMLElement {
44

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

0 commit comments

Comments
 (0)