Skip to content

Commit f4e6428

Browse files
Setsunjquense
authored andcommitted
docs: add guidance on TypeScript in README (#525)
1 parent e3ab273 commit f4e6428

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ A set of components for managing component states (including mounting and unmoun
1313
- [**Main documentation**](https://reactcommunity.org/react-transition-group/)
1414
- [Migration guide from v1](/Migration.md)
1515

16+
## TypeScript
17+
TypeScript definitions are published via [**DefinitelyTyped**](https://github.com/DefinitelyTyped/DefinitelyTyped) and can be installed via the following command:
18+
19+
```
20+
npm install @types/react-transition-group
21+
```
22+
1623
## Examples
1724

1825
Clone the repo first:

0 commit comments

Comments
 (0)