We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6695790 + fbb3aa3 commit 67c4237Copy full SHA for 67c4237
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: typeof RemoteInputElement
9
+ }
10
+}
0 commit comments