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 9535eff commit 8540348Copy full SHA for 8540348
types/index.d.ts
@@ -98,7 +98,7 @@ export function render(
98
options?: Omit<RenderOptions, 'queries'>,
99
): RenderResult
100
101
-interface RenderHookResult<Result, Props> {
+export interface RenderHookResult<Result, Props> {
102
/**
103
* Triggers a re-render. The props will be passed to your renderHook callback.
104
*/
0 commit comments