chore(deps): update dependency @types/react to v18.2.52 (#3479)
* chore(deps): update dependency @types/react to v18.2.52 * fix(chat): missing placeholder prop in interface --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
@@ -5,6 +5,7 @@ export interface ContentEditableProps extends React.HTMLAttributes<HTMLElement>
|
||||
onContentChange?: Function;
|
||||
tagName?: string;
|
||||
html: string;
|
||||
placeholder: string;
|
||||
disabled: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user