模組: @lexical/react/LexicalContentEditable
類型別名
Props
Ƭ Props: Omit
<ElementProps
, "editor"
> & { aria-placeholder?
: void
; placeholder?
: null
} | { aria-placeholder
: string
; placeholder
: (isEditable
: boolean
) => null
| JSX.Element
| JSX.Element
}
定義於
packages/lexical-react/src/LexicalContentEditable.tsx:18
函數
ContentEditable
▸ ContentEditable(props
): ReactNode
參數
名稱 | 類型 |
---|---|
props | Props & RefAttributes <HTMLDivElement > |
返回
ReactNode