File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -2118,8 +2118,13 @@ export namespace JSXInternal {
21182118 colSpan ?: number | undefined | SignalLike < number | undefined > ;
21192119 colspan ?: number | undefined | SignalLike < number | undefined > ;
21202120 content ?: string | undefined | SignalLike < string | undefined > ;
2121- contentEditable ?: boolean | undefined | SignalLike < boolean | undefined > ;
2122- contenteditable ?: boolean | undefined | SignalLike < boolean | undefined > ;
2121+ contentEditable ?:
2122+ | Booleanish
2123+ | ''
2124+ | 'plaintext-only'
2125+ | undefined
2126+ | SignalLike < Booleanish | '' | 'plaintext-only' | undefined > ;
2127+ contenteditable ?: HTMLAttributes [ 'contentEditable' ] ;
21232128 /** @deprecated See https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/contextmenu */
21242129 contextMenu ?: string | undefined | SignalLike < string | undefined > ;
21252130 /** @deprecated See https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/contextmenu */
You can’t perform that action at this time.
0 commit comments