Skip to content

Commit

Permalink
TS: Add missing contenteditable "inherit" value
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Dec 27, 2023
1 parent f963509 commit bbe6757
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2136,8 +2136,9 @@ export namespace JSXInternal {
| Booleanish
| ''
| 'plaintext-only'
| 'inherit'
| undefined
| SignalLike<Booleanish | '' | 'plaintext-only' | undefined>;
| SignalLike<Booleanish | '' | 'inherit' | 'plaintext-only' | undefined>;
contenteditable?: HTMLAttributes['contentEditable'];
/** @deprecated See https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/contextmenu */
contextMenu?: string | undefined | SignalLike<string | undefined>;
Expand Down

0 comments on commit bbe6757

Please sign in to comment.