import { MarkdownEditor, MarkdownEditorProps } from "mui-extended"; const props: MarkdownEditorProps; const markdownEditor = <MarkdownEditor {...props} />;
TextareaAutosizeinlinePreviewmenumenuButtonsmenuActionsexport type MarkdownEditorMenuButtonAction = ( name: string, content: string, selectionStart: number, selectionEnd: number ) => { content: string; selectionStart: number; selectionEnd: number };
Wrapped around TextareaAutosize
menuNote If used as InputComponent for
TextFieldconst props = { InputLabelProps:{{ shrink: true }}, fullWidth : true }
Write an email to opensource@sodaru.com