Skip to content

Commit 8540348

Browse files
committed
Export interface RenderHookResult
1 parent 9535eff commit 8540348

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
@@ -98,7 +98,7 @@ export function render(
9898
options?: Omit<RenderOptions, 'queries'>,
9999
): RenderResult
100100

101-
interface RenderHookResult<Result, Props> {
101+
export interface RenderHookResult<Result, Props> {
102102
/**
103103
* Triggers a re-render. The props will be passed to your renderHook callback.
104104
*/

0 commit comments

Comments
 (0)