From f4e642866516051db917ee5925a9a1e57ae7a446 Mon Sep 17 00:00:00 2001 From: Setsun Date: Thu, 5 Sep 2019 09:22:07 -0400 Subject: [PATCH] docs: add guidance on TypeScript in README (#525) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 477367cc..566a11a6 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,13 @@ A set of components for managing component states (including mounting and unmoun - [**Main documentation**](https://reactcommunity.org/react-transition-group/) - [Migration guide from v1](/Migration.md) +## TypeScript +TypeScript definitions are published via [**DefinitelyTyped**](https://github.com/DefinitelyTyped/DefinitelyTyped) and can be installed via the following command: + +``` +npm install @types/react-transition-group +``` + ## Examples Clone the repo first: