Skip to content

Commit

Permalink
docs: add guidance on TypeScript in README (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
setsun authored and jquense committed Sep 5, 2019
1 parent e3ab273 commit f4e6428
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -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:
Expand Down

0 comments on commit f4e6428

Please sign in to comment.