We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f8cc90 + 35d9a74 commit 92fa685Copy full SHA for 92fa685
index.d.ts
@@ -1,3 +1,9 @@
1
export default class MarkdownToolbarElement extends HTMLElement {
2
readonly field: HTMLTextAreaElement | undefined | null;
3
}
4
+
5
+declare global {
6
+ interface Window {
7
+ MarkdownToolbarElement: typeof MarkdownToolbarElement
8
+ }
9
+}
0 commit comments