Interface: IConfigurableProviderProps
Defined in: src/providers/react/types/provider-configuration.ts:13
Props for provider components that accept a config bag and children
Properties
children
children:
ReactNode
Defined in: src/providers/react/types/provider-configuration.ts:17
Child elements rendered inside the provider
config
config:
Record<string,unknown>
Defined in: src/providers/react/types/provider-configuration.ts:15
Configuration object forwarded to the provider