Skip to content

Commit fbb3aa3

Browse files
authored
types(ts): fix window declaration type
1 parent a89754c commit fbb3aa3

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

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

0 commit comments

Comments
 (0)