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.
1 parent a89754c commit fbb3aa3Copy full SHA for fbb3aa3
index.d.ts
@@ -5,6 +5,6 @@ export default class RemoteInputElement extends HTMLElement {
5
6
declare global {
7
interface Window {
8
- RemoteInputElement: RemoteInputElement
+ RemoteInputElement: typeof RemoteInputElement
9
}
10
0 commit comments