We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213d197 commit c726aeeCopy full SHA for c726aee
1 file changed
index.d.ts
@@ -3,3 +3,9 @@ export default class IncludeFragmentElement extends HTMLElement {
3
src: string;
4
fetch(request: Request): Promise<Response>;
5
}
6
+
7
+declare global {
8
+ interface Window {
9
+ IncludeFragmentElement: IncludeFragmentElement
10
+ }
11
+}
0 commit comments