Options
All
  • Public
  • Public/Protected
  • All
Menu

Module IMapStateToFunctions

Index

Type aliases

Type aliases

IMapStateToFunctions

IMapStateToFunctions<TState, TStateProps, TFunctionProps, TOwnProps>: (state: TState, ownProps: TOwnProps, stateProps: TStateProps) => TFunctionProps

Type parameters

  • TState

  • TStateProps

  • TFunctionProps

  • TOwnProps

Type declaration

    • (state: TState, ownProps: TOwnProps, stateProps: TStateProps): TFunctionProps
    • Parameters

      • state: TState
      • ownProps: TOwnProps
      • stateProps: TStateProps

      Returns TFunctionProps

Generated using TypeDoc