Skip to content

Commit 2bdb78a

Browse files
committed
Remove unnecessary extend
1 parent 36604a1 commit 2bdb78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { cleanup, act, RenderOptions, RenderResult } from 'react-testing-library'
22

3-
export function renderHook<P extends any, R extends any>(
3+
export function renderHook<P, R>(
44
callback: (...args: [P]) => R,
55
options?: {
66
initialProps?: P

0 commit comments

Comments
 (0)