1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-30 18:39:51 +02:00

Add TypeScript Examples heading to TS documentation

This commit is contained in:
Sunny Hirai
2021-03-13 12:25:02 -08:00
parent b5fc28d8ff
commit 73368a452f

View File

@@ -88,4 +88,6 @@ Currently there is also support for extending:
Feel free to extend these types but extended these types should be considered experimental. We are looking for better ways to implement this.
## TypeScript Examples
For some examples of how to use types, see `packages/slate-react/src/custom-types.ts` in the slate repository.