Skip to content

Commit 7c98313

Browse files
committed
Moved types to DefinitelyTyped
Fixes #110
1 parent 43761b2 commit 7c98313

File tree

8 files changed

+1307
-2505
lines changed

8 files changed

+1307
-2505
lines changed

Diff for: CONTRIBUTING.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,10 @@ select the added contribution type.
2727
Please make sure to run the tests before you commit your changes. You can do so by running
2828
`npm test`.
2929

30-
### Add typings
30+
### Update Typings
3131

32-
If your PR introduced some changes in the API, you are more than welcome to modify the Typescript
33-
type definition to reflect those changes. Just modify the `index.d.ts` file accordingly. If you have
34-
never seen Typescript definitions before, you can read more about it in its
35-
[documentation pages](https://www.typescriptlang.org/docs/handbook/declaration-files/introduction.html)
32+
The TypeScript type definitions are in the
33+
[DefinitelyTyped repo](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/testing-library__react-hooks)
3634

3735
## Help needed
3836

0 commit comments

Comments
 (0)