We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58bf121 + a4a8aa6 commit 9490409Copy full SHA for 9490409
1 file changed
index.d.ts
@@ -6,6 +6,6 @@ export default class IncludeFragmentElement extends HTMLElement {
6
7
declare global {
8
interface Window {
9
- IncludeFragmentElement: IncludeFragmentElement
+ IncludeFragmentElement: typeof IncludeFragmentElement
10
}
11
0 commit comments