Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IProvider<T, A>

Context provider options.

Type parameters

Hierarchy

  • IProvider

Index

Properties

children?: ReactNode

Children to exposed Provider/Context to.

initialState?: T

The initial state to use for the context.

reducer?: Reducer<T, A>

The reducer used for dispatching the state.

Generated using TypeDoc