Module: @lexical/react/LexicalContentEditable
Type Aliases
Props
Ƭ Props: | { aria-placeholder: string ; placeholder: (isEditable: boolean) => null | JSX.Element | null | JSX.Element } & ElementProps
Defined in
packages/lexical-react/src/LexicalContentEditable.tsx:18
Functions
ContentEditable
▸ ContentEditable(props): JSX.Element
Parameters
| Name | Type |
|---|---|
props | Props |
Returns
JSX.Element