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:
renovate[bot]
2024-02-06 20:07:31 -08:00
committed by GitHub
parent 3734884201
commit 8069ca782f
3 changed files with 6 additions and 5 deletions

View File

@@ -5,6 +5,7 @@ export interface ContentEditableProps extends React.HTMLAttributes<HTMLElement>
onContentChange?: Function;
tagName?: string;
html: string;
placeholder: string;
disabled: boolean;
}