Skip to content

Commit a8a481a

Browse files
committed
'add type to HTMLElementTagNameMap'
1 parent fac7fda commit a8a481a

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
@@ -6,4 +6,7 @@ declare global {
66
interface Window {
77
MarkdownToolbarElement: typeof MarkdownToolbarElement
88
}
9-
}
9+
interface HTMLElementTagNameMap {
10+
'markdown-toolbar': MarkdownToolbarElement
11+
}
12+
}

0 commit comments

Comments
 (0)