Interface: IINTLProviderConfiguration
Defined in: src/providers/react/types/provider-configuration.ts:84
Injection configuration for the INTL (internationalization) provider.
Remarks
Optional — when provided, wraps the provider tree with localization support via the injected INTLProvider component.
Properties
config
config:
Record<string,unknown>
Defined in: src/providers/react/types/provider-configuration.ts:88
Configuration object forwarded to INTLProvider
INTLProvider
INTLProvider:
ComponentType<IConfigurableProviderProps>
Defined in: src/providers/react/types/provider-configuration.ts:86
INTL provider component