We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58bf121 commit a4a8aa6Copy full SHA for a4a8aa6
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