Interface: StateProviderProps
Defined in: types.ts:18
Props for the StateProvider component. Defines the configuration for providing state data to child components.
StateProviderProps
Properties
state?
optional
state:object
Defined in: types.ts:20
Optional state object to provide to child components. If not provided, an empty object will be used