UseTranslationReturn<TScopes>
ts
type UseTranslationReturn<TScopes> = object;Defined in: client/types.ts:29
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/types.ts:32
translate
ts
translate: TranslateFn;Defined in: client/types.ts:31
translations
ts
translations: ScopedTranslationsByToken<TScopes>;Defined in: client/types.ts:30