cometchat-react-ui-kit2
Version:
CometChat UI Kit for React App
110 lines (109 loc) • 3.61 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "CometChatAudioBubble", {
enumerable: true,
get: function get() {
return _CometChatAudioBubble.CometChatAudioBubble;
}
});
Object.defineProperty(exports, "CometChatDeletedMessageBubble", {
enumerable: true,
get: function get() {
return _CometChatDeletedMessageBubble.CometChatDeletedMessageBubble;
}
});
Object.defineProperty(exports, "CometChatDocumentBubble", {
enumerable: true,
get: function get() {
return _CometChatDocumentBubble.CometChatDocumentBubble;
}
});
Object.defineProperty(exports, "CometChatFileBubble", {
enumerable: true,
get: function get() {
return _CometChatFileBubble.CometChatFileBubble;
}
});
Object.defineProperty(exports, "CometChatImageBubble", {
enumerable: true,
get: function get() {
return _CometChatImageBubble.CometChatImageBubble;
}
});
Object.defineProperty(exports, "CometChatLocationBubble", {
enumerable: true,
get: function get() {
return _CometChatLocationBubble.CometChatLocationBubble;
}
});
Object.defineProperty(exports, "CometChatMessageBubble", {
enumerable: true,
get: function get() {
return _index.CometChatMessageBubble;
}
});
Object.defineProperty(exports, "CometChatPlaceholderBubble", {
enumerable: true,
get: function get() {
return _CometChatPlaceholderBubble.CometChatPlaceholderBubble;
}
});
Object.defineProperty(exports, "CometChatPollBubble", {
enumerable: true,
get: function get() {
return _CometChatPollBubble.CometChatPollBubble;
}
});
Object.defineProperty(exports, "CometChatPollOptionBubble", {
enumerable: true,
get: function get() {
return _CometChatPollOptionBubble.CometChatPollOptionBubble;
}
});
Object.defineProperty(exports, "CometChatStickerBubble", {
enumerable: true,
get: function get() {
return _CometChatStickerBubble.CometChatStickerBubble;
}
});
Object.defineProperty(exports, "CometChatTextBubble", {
enumerable: true,
get: function get() {
return _index2.CometChatTextBubble;
}
});
Object.defineProperty(exports, "CometChatVideoBubble", {
enumerable: true,
get: function get() {
return _CometChatVideoBubble.CometChatVideoBubble;
}
});
Object.defineProperty(exports, "CometChatWhiteboardBubble", {
enumerable: true,
get: function get() {
return _CometChatWhiteboardBubble.CometChatWhiteboardBubble;
}
});
Object.defineProperty(exports, "MessageBubbleStyles", {
enumerable: true,
get: function get() {
return _MessageBubbleStyle.MessageBubbleStyles;
}
});
var _CometChatPlaceholderBubble = require("./CometChatPlaceholderBubble");
var _CometChatDeletedMessageBubble = require("./CometChatDeletedMessageBubble");
var _index = require("./CometChatMessageBubble/index");
var _CometChatAudioBubble = require("./CometChatAudioBubble");
var _CometChatFileBubble = require("./CometChatFileBubble");
var _CometChatImageBubble = require("./CometChatImageBubble");
var _index2 = require("./CometChatTextBubble/index");
var _CometChatVideoBubble = require("./CometChatVideoBubble");
var _CometChatLocationBubble = require("./CometChatLocationBubble");
var _CometChatStickerBubble = require("./CometChatStickerBubble");
var _CometChatDocumentBubble = require("./CometChatDocumentBubble");
var _CometChatWhiteboardBubble = require("./CometChatWhiteboardBubble");
var _CometChatPollBubble = require("./CometChatPollBubble");
var _MessageBubbleStyle = require("./CometChatMessageBubble/MessageBubbleStyle");
var _CometChatPollOptionBubble = require("./CometChatPollOptionBubble");