LexoraTranslationsProviderProps<TScopes>
ts
type LexoraTranslationsProviderProps<TScopes> = LexoraContextValue<TScopes> & object;Defined in: client/provider.tsx:29
Props for LexoraProvider
Type Declaration
children
ts
children: ReactNode;Children of LexoraProvider
Author
Simon Kovtyk
Since
1.0.0
translations
ts
translations: ScopedTranslationsByToken;Type Parameters
| Type Parameter |
|---|
TScopes extends Scopes |
Author
Simon Kovtyk
Since
1.0.0