Closed
Description
React Testing Library ships with TypeScript types, and when moving to use renderHook
from this react-hooks-testing-library, there are no types declared.
This seems like the types could mostly be re-exported from react-testing-library, and pull in what it had for testHook
before removing it in v6.0.0: testing-library/react-testing-library@12d934a#diff-494415c3af35245ecae73f5d42d8b331L55