Interface: StateContextType
Defined in: types.ts:7
Configuration interface for the state context. Contains the state data that will be provided to child components through React context.
StateContextType
Properties
value
value:
object
Defined in: types.ts:9
The state value object that will be provided to child components