TranslationProviderProps

Public Interface

Table of Contents
Signature
interface TranslationProviderProps {}

Properties

children

Public PropertySignature

Signature
children: any

overrides

Public PropertySignature

(optional) A collection of overrides different locales.

Example
;<TranslationProvider
  overrides={{ en: { 'style-panel.styles': 'Properties' } }}
/>
Signature
overrides?: Record<string, Record<string, string>>
References

Record


Edit this page
Last edited on 11 May 2023
TranslationProvideruseActions