Skip to content

Commit 46b28ad

Browse files
authoredMay 3, 2022
feat: Export RenderHookOptions type (#1062)
1 parent 9171163 commit 46b28ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export interface RenderHookResult<Result, Props> {
120120
unmount: () => void
121121
}
122122

123-
interface RenderHookOptions<Props> {
123+
export interface RenderHookOptions<Props> {
124124
/**
125125
* The argument passed to the renderHook callback. Can be useful if you plan
126126
* to use the rerender utility to change the values passed to your hook.

0 commit comments

Comments
 (0)
Please sign in to comment.