Skip to main content

Interface: IINTLProviderConfiguration

Defined in: src/providers/react/types/provider-configuration.ts:77

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:81

Configuration object forwarded to INTLProvider


INTLProvider

INTLProvider: ComponentType<IConfigurableProviderProps>

Defined in: src/providers/react/types/provider-configuration.ts:79

INTL provider component