1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-19 13:41:19 +02:00

docs: Fix lint prettier issue

This commit is contained in:
Sunny Hirai
2021-03-30 14:51:04 -07:00
parent f42b265c54
commit cd07f2f61b

View File

@@ -4,7 +4,6 @@ Slate supports typing of one Slate document model (ie. one set of custom `Editor
**Warning:** You must define `CustomTypes` when using TypeScript or Slate will display typing errors.
## Defining `Editor`, `Element` and `Text` Types
To define a custom `Element` or `Text` type, extend the `CustomTypes` interface in the `slate` module like this.