@cometchat/chat-uikit-react 6.3.11 → 6.3.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -5939,6 +5939,12 @@ declare class MessageUtils {
5939
5939
  * @returns {JSX.Element} The default view for moderated messages.
5940
5940
  */
5941
5941
  getModeratedMessageBottomView(): JSX.Element;
5942
+ /**
5943
+ * Retrieves the bottom view for permission denied messages
5944
+ *
5945
+ * @returns {JSX.Element} The default view for permission denied messages.
5946
+ */
5947
+ getPermissionDeniedMessageBottomView(): JSX.Element;
5942
5948
  /**
5943
5949
  * Retrieves the bubble wrapper for a message based on the provided template.
5944
5950
  *