Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ozanyurtsever authored Aug 2, 2022
1 parent 74ceff6 commit 8d5c801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Coming soon... -->
| listMaxIndent | `number` | optional | The maximum indent capacity of any listed element, the default is `7` |
| isReadOnly | `boolean` | optional | Enables read-only mode for the editor, default is `false` |
| initialEditorState | `string` | optional | JSON string to initialize the initial content of the editor. |
| onChange | `(state) => void` | optional | Accessing the current editor state |
| onChange | `(editorState: string, editorInstance?: LexicalEditor) => void` | optional | Accessing the current editor state and the active editor instance |

<br />

Expand Down

0 comments on commit 8d5c801

Please sign in to comment.