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 4329ad5 + 895672e commit 5be7b6aCopy full SHA for 5be7b6a
index.d.ts
@@ -4,3 +4,9 @@ export default class AutoCheckElement extends HTMLElement {
4
csrf: string;
5
required: boolean;
6
}
7
+
8
+declare global {
9
+ interface Window {
10
+ AutoCheckElement: typeof AutoCheckElement
11
+ }
12
+}
0 commit comments