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 35f33f0 commit 2af22daCopy full SHA for 2af22da
index.d.ts
@@ -0,0 +1,5 @@
1
+export default class IncludeFragmentElement extends HTMLElement {
2
+ get data(): Promise<string>;
3
+ src: string;
4
+ fetch(request: Request): Promise<Response>;
5
+}
0 commit comments