Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 499 Bytes

react-teams.ttextobject.md

File metadata and controls

15 lines (10 loc) · 499 Bytes

Home > @fluentui/react-teams > TTextObject

TTextObject type

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;