editor
Override the React Editor children. This is the equivalent of passing in children to the <Editor> component.
const overrides = {
editor: ({ children }) => <div>{children}</div>,
};Props
| Prop | Example | Type |
|---|---|---|
children | <div /> | ReactNode |
children
The default node for the <Editor> children.