From 73368a452f6cdd411d3ed4bbb82825fe4f40009c Mon Sep 17 00:00:00 2001 From: Sunny Hirai Date: Sat, 13 Mar 2021 12:25:02 -0800 Subject: [PATCH] Add TypeScript Examples heading to TS documentation --- docs/concepts/11-typescript.md | 2 ++ 1 file changed, 2 insertions(+) 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.