UseTranslationReturn<TScopes>
ts
type UseTranslationReturn<TScopes> = object;Defined in: client/hooks.tsx:24
Result of useTranslation hook
Since
1.0.0
Author
Simon Kovtyk
Type Parameters
| Type Parameter | Default type |
|---|---|
TScopes extends Scopes | Scopes |
Properties
scopes
ts
scopes: Scopes;Defined in: client/hooks.tsx:27
translate
ts
translate: TranslateFn;Defined in: client/hooks.tsx:26
translations
ts
translations: ScopedTranslationsByToken<TScopes>;Defined in: client/hooks.tsx:25