Type alias Selector<RootState, State>

Selector<RootState, State>: PropertySelector | PathSelector | FunctionSelector<RootState, State>

A selector used to select a property or a subset of a RootState object.

Type Parameters

  • RootState

    The type of the root state object.

  • State

    The type of the selected subset of the RootState object.

Generated using TypeDoc