We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6695790 commit a89754cCopy full SHA for a89754c
index.d.ts
@@ -2,3 +2,9 @@ export default class RemoteInputElement extends HTMLElement {
2
readonly input: HTMLInputElement | HTMLTextAreaElement | undefined;
3
src: string;
4
}
5
+
6
+declare global {
7
+ interface Window {
8
+ RemoteInputElement: RemoteInputElement
9
+ }
10
+}
0 commit comments