Skip to content

Commit 67a2113

Browse files
committed
'add type to HTMLElementTagNameMap'
1 parent 77b0fa0 commit 67a2113

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.d.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ declare global {
99
interface Window {
1010
IncludeFragmentElement: typeof IncludeFragmentElement
1111
}
12-
}
12+
interface HTMLElementTagNameMap {
13+
'include-fragment': IncludeFragmentElement
14+
}
15+
}

0 commit comments

Comments
 (0)