Skip to content

Commit

Permalink
feat: Export RenderHookOptions type (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
mboettcher committed May 3, 2022
1 parent 9171163 commit 46b28ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Expand Up @@ -120,7 +120,7 @@ export interface RenderHookResult<Result, Props> {
unmount: () => void
}

interface RenderHookOptions<Props> {
export interface RenderHookOptions<Props> {
/**
* The argument passed to the renderHook callback. Can be useful if you plan
* to use the rerender utility to change the values passed to your hook.
Expand Down

0 comments on commit 46b28ad

Please sign in to comment.