diff --git a/docs/concepts/11-typescript.md b/docs/concepts/11-typescript.md index 88c531284..63624538a 100644 --- a/docs/concepts/11-typescript.md +++ b/docs/concepts/11-typescript.md @@ -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.