Skip to main content

Module: @lexical/react/LexicalContentEditable

Type Aliases

Props

Ƭ Props: Omit<ElementProps, "editor"> & { aria-placeholder?: void ; placeholder?: null } | { aria-placeholder: string ; placeholder: (isEditable: boolean) => null | JSX.Element | JSX.Element }

Defined in

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

Functions

ContentEditable

ContentEditable(props): ReactNode

Parameters

NameType
propsProps & RefAttributes<HTMLDivElement>

Returns

ReactNode

Defined in

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