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
patrickm68 committed Sep 5, 2019
1 parent 0533df7 commit 47c0945
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
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 47c0945

Please sign in to comment.