跳至主要内容

模組: @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

參數

名稱類型
propsProps & RefAttributes<HTMLDivElement>

返回

ReactNode

定義於

packages/lexical-react/src/LexicalContentEditable.tsx:32