conflict resolving

This commit is contained in:
programminglaboratorys 2024-06-03 05:40:15 +03:00 committed by GitHub
parent 64f1912bdb
commit d2cb9e9863
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -116,3 +116,8 @@ export const ChatButtons = $ChatButtons;
* An API allowing you to add panels to the expression picker
*/
export const ExpressionPickerTabs = $ExpressionPickerTabs;
/**
* An API allowing you to update and re-render messages
*/
export const MessageUpdater = $MessageUpdater;