@tencentcloud/chat-uikit-vue
Version:
Build In-App Chat & Audio/Video Call & Live Streaming in minutes with UIKit components for Vue.
28 lines (25 loc) • 507 B
text/typescript
import { genTestUserSig } from './debug';
import Server from './server';
import TUIComponents, {
TUIChat,
TUIConversation,
TUIContact,
TUISearch,
TUIGroup,
} from './components';
import TUIKit from './index.vue';
import { hideTUIChatFeatures } from './components/TUIChat/config';
const TUIChatKit = new Server();
TUIChatKit.init();
export {
TUIKit,
TUIChatKit,
TUIComponents,
TUIChat,
TUIConversation,
TUIContact,
TUISearch,
TUIGroup,
hideTUIChatFeatures,
genTestUserSig,
};