Props supported by FormattedRichMessage.
The message's id.
The intl object of the package rendering the message.
Must contain a message associated with the given id.
Note that this value can be a direct instance, or a signal / reactive getter implemented in terms of the Reactivity API.
Optionalopts?: OptionsAdditional options for the formatting operation.
Optionalvalues?: Record<string, RichTextValue>Formatting values used to parametrize the message. Also supports callbacks, see PackageIntl.formatRichMessage.
Renders the result of formatting a message using the provided intl object.
Example: