We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9171163 commit 46b28adCopy full SHA for 46b28ad
types/index.d.ts
@@ -120,7 +120,7 @@ export interface RenderHookResult<Result, Props> {
120
unmount: () => void
121
}
122
123
-interface RenderHookOptions<Props> {
+export interface RenderHookOptions<Props> {
124
/**
125
* The argument passed to the renderHook callback. Can be useful if you plan
126
* to use the rerender utility to change the values passed to your hook.
0 commit comments