1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-07-31 12:30:11 +02:00

Update 06-editor.md (#3511)

This commit is contained in:
Lucas Willems
2020-02-21 18:14:47 +01:00
committed by GitHub
parent de9d0a3912
commit c5249c745c

View File

@@ -1,6 +1,6 @@
# Editor # Editor
All of the behaviors, content and state of a Slate editor is rolled up up into a single, top-level `Editor` object. It has an interface of: All of the behaviors, content and state of a Slate editor is rolled up into a single, top-level `Editor` object. It has an interface of:
```ts ```ts
interface Editor { interface Editor {