From d2cb9e9863bd2db4a06fac49796c693e47989fb8 Mon Sep 17 00:00:00 2001 From: programminglaboratorys <107296738+programminglaboratorys@users.noreply.github.com> Date: Mon, 3 Jun 2024 05:40:15 +0300 Subject: [PATCH] conflict resolving --- src/api/index.ts | 5 +++++ 1 file changed, 5 insertions(+) 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