UNPKG

cometchat-react-ui-kit2

Version:

CometChat UI Kit for React App

40 lines (39 loc) 1.18 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "CometChatAvatar", { enumerable: true, get: function get() { return _CometChatAvatar.CometChatAvatar; } }); Object.defineProperty(exports, "CometChatBadgeCount", { enumerable: true, get: function get() { return _CometChatBadgeCount.CometChatBadgeCount; } }); Object.defineProperty(exports, "CometChatDate", { enumerable: true, get: function get() { return _CometChatDate.CometChatDate; } }); Object.defineProperty(exports, "CometChatMessageReceipt", { enumerable: true, get: function get() { return _CometChatMessageReceipt.CometChatMessageReceipt; } }); Object.defineProperty(exports, "CometChatStatusIndicator", { enumerable: true, get: function get() { return _CometChatStatusIndicator.CometChatStatusIndicator; } }); var _CometChatAvatar = require("./CometChatAvatar"); var _CometChatBadgeCount = require("./CometChatBadgeCount"); var _CometChatStatusIndicator = require("./CometChatStatusIndicator"); var _CometChatMessageReceipt = require("./CometChatMessageReceipt"); var _CometChatDate = require("./CometChatDate");