Skip to content

Commit

Permalink
Use the right type
Browse files Browse the repository at this point in the history
Fixes #2152
  • Loading branch information
timdorr committed Apr 3, 2024
1 parent 1c9bd5d commit 098f862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/hooks.md
Expand Up @@ -59,7 +59,7 @@ interface UseSelectorOptions {
}

const result: Selected = useSelector(
selector: SelectorFunction,
selector: SelectorFn,
options?: EqualityFn | UseSelectorOptions
)
```
Expand Down

0 comments on commit 098f862

Please sign in to comment.