UNPKG

@tencentcloud/chat-uikit-vue

Version:

Build In-App Chat & Audio/Video Call & Live Streaming in minutes with UIKit components for Vue.

24 lines (20 loc) 402 B
import TUIChat from "./TUIChat"; import TUIConversation from "./TUIConversation"; import TUISearch from "./TUISearch"; import TUIContact from "./TUIContact"; import TUIGroup from "./TUIGroup"; const TUIComponents = { TUIChat, TUIConversation, TUIContact, TUISearch, TUIGroup }; export default TUIComponents; export { TUIChat, TUIConversation, TUIContact, TUISearch, TUIGroup, };