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.
2 parents fac7fda + a8a481a commit 3fc1199Copy full SHA for 3fc1199
index.d.ts
@@ -6,4 +6,7 @@ declare global {
6
interface Window {
7
MarkdownToolbarElement: typeof MarkdownToolbarElement
8
}
9
-}
+ interface HTMLElementTagNameMap {
10
+ 'markdown-toolbar': MarkdownToolbarElement
11
+ }
12
+}
0 commit comments