From 2a8ba9c39bf10c2fb1f6fe08c394790af5eea2f4 Mon Sep 17 00:00:00 2001 From: Sunny Hirai Date: Fri, 26 Mar 2021 22:53:07 -0700 Subject: [PATCH] Add installing important plugins to TypeScript docs --- docs/concepts/11-typescript.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/11-typescript.md b/docs/concepts/11-typescript.md index 299459cee..cd07691bb 100644 --- a/docs/concepts/11-typescript.md +++ b/docs/concepts/11-typescript.md @@ -4,10 +4,10 @@ Extended TypeScript support is currently available in the `@next` release of Sla ```sh # for npm -npm install --save slate@next +npm install --save slate@next slate-react@next slate-history@next # for yarn -yarn add slate@next +yarn add slate@next slate-react@next slate-history@next ``` Slate supports typing of one Slate document model (eg. one set of custom `Editor`, `Element` and `Text` types).