diff --git a/src/jsx.d.ts b/src/jsx.d.ts index 8f2b98cc92..38e82f5fdf 100644 --- a/src/jsx.d.ts +++ b/src/jsx.d.ts @@ -2136,8 +2136,9 @@ export namespace JSXInternal { | Booleanish | '' | 'plaintext-only' + | 'inherit' | undefined - | SignalLike; + | SignalLike; contenteditable?: HTMLAttributes['contentEditable']; /** @deprecated See https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/contextmenu */ contextMenu?: string | undefined | SignalLike;