Skip to content

Commit 4709442

Browse files
committed
use union type to include undefined and null
1 parent c9ec083 commit 4709442

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export default class MarkdownToolbarElement extends HTMLElement {
2-
readonly field?: HTMLTextAreaElement;
2+
readonly field: HTMLTextAreaElement | undefined | null;
33
}

0 commit comments

Comments
 (0)