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 46b28ad

Browse files
feat: Export RenderHookOptions type (#1062)
1 parent 9171163 commit 46b28ad

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
@@ -120,7 +120,7 @@ export interface RenderHookResult<Result, Props> {
120120
unmount: () => void
121121
}
122122

123-
interface RenderHookOptions<Props> {
123+
exportinterface RenderHookOptions<Props> {
124124
/**
125125
* The argument passed to the renderHook callback. Can be useful if you plan
126126
* to use the rerender utility to change the values passed to your hook.

0 commit comments

Comments
(0)

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