@univerjs/docs-ui v0.4.2 • Docs
Function: TextEditor()
function TextEditor(props): JSX.Element | null
The component to render toolbar item label and menu item label.
Parameters
Parameter | Type |
---|---|
props | ITextEditorProps & Omit <MyComponentProps , "onChange" | "onActive" > |
Returns
JSX.Element
| null
Deprecated
The business side encapsulates its own Editor component.
Defined in
packages/docs-ui/src/components/editor/TextEditor.tsx:94 (opens in a new tab)