Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9171163

Browse files
fix(TS): export interface RenderHookResult (#1049)
1 parent 9535eff commit 9171163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎types/index.d.ts‎

Lines changed: 1 addition & 1 deletion
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+
exportinterface RenderHookResult<Result, Props> {
102102
/**
103103
* Triggers a re-render. The props will be passed to your renderHook callback.
104104
*/

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /