The specific type of state this hook operates on.
The type of the value that the selector function will return.
A function that receives the current state and returns a part of the state or some derived data.
Optional
equalityFnOrOptions: EqualityFn<Selected> | UseSelectorOptions<Selected>An optional equality function or options object for customizing the behavior of the selector.
The selected part of the state or derived data.
Generated using TypeDoc
A function that takes a selector function as its first argument. The selector function is responsible for selecting a part of the Redux store's state or computing derived data.