Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock authored Dec 29, 2023
2 parents 9459cde + da9d488 commit 8b9b531
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions compat/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ declare namespace React {
export import RefObject = preact.RefObject;
export import Component = preact.Component;
export import FunctionComponent = preact.FunctionComponent;
export import ComponentType = preact.ComponentType;
export import FC = preact.FunctionComponent;
export import createContext = preact.createContext;
export import createRef = preact.createRef;
Expand Down
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 8b9b531

Please sign in to comment.