Home > @fluentui/react-teams > TTranslations
A collection of strings for a certain locale. This library fetches translations by a stringKey
, which is common between all translations.
Signature:
export declare type TTranslations = {
locale: TLocale;
[stringKey: string]: string;
};
References: TLocale