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.
1 parent fac7fda commit a8a481aCopy full SHA for a8a481a
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