Home > @fluentui/react-teams > TTextObject
Text content to display. When the preferred locale is not available, the plain string or the only available locale will be used instead.
Signature:
export declare type TTextObject = string | {
[locale: string]: string;
} | undefined;