Skip to content

Commit

Permalink
fix(TS): export interface RenderHookResult (#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahummel25 committed Apr 15, 2022
1 parent 9535eff commit 9171163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Expand Up @@ -98,7 +98,7 @@ export function render(
options?: Omit<RenderOptions, 'queries'>,
): RenderResult

interface RenderHookResult<Result, Props> {
export interface RenderHookResult<Result, Props> {
/**
* Triggers a re-render. The props will be passed to your renderHook callback.
*/
Expand Down

0 comments on commit 9171163

Please sign in to comment.