diff --git a/src/api/index.ts b/src/api/index.ts index de6e7865b..8b3a41c4d 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -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; \ No newline at end of file