We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
undefined
null
1 parent c9ec083 commit 4709442Copy full SHA for 4709442
index.d.ts
@@ -1,3 +1,3 @@
1
export default class MarkdownToolbarElement extends HTMLElement {
2
- readonly field?: HTMLTextAreaElement;
+ readonly field: HTMLTextAreaElement | undefined | null;
3
}
0 commit comments