Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPropsInjectStoreState<S, SS>

Type parameters

  • S: object = any

  • SS: any = any

Hierarchy

  • IPropsInjectStoreState

Index

Properties

Properties

children

children: (output: SS) => ReactElement

Type declaration

    • (output: SS): ReactElement
    • Parameters

      • output: SS

      Returns ReactElement

Optional on

on: undefined | ((state: S) => SS)

store

store: Store<S>

Generated using TypeDoc