49 lines
3.4 KiB
TypeScript
49 lines
3.4 KiB
TypeScript
/* eslint-disable */
|
|
/* prettier-ignore */
|
|
// @ts-nocheck
|
|
// Generated by vite-plugin-uni-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
export {}
|
|
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
ActionMenu: typeof import('./src/components/moment/ActionMenu.vue')['default']
|
|
AppActionSheet: typeof import('./src/components/common/AppActionSheet.vue')['default']
|
|
AppAvatar: typeof import('./src/components/common/AppAvatar.vue')['default']
|
|
AppConfirmHost: typeof import('./src/components/common/AppConfirmHost.vue')['default']
|
|
AppDrawer: typeof import('./src/components/common/AppDrawer.vue')['default']
|
|
AppEmpty: typeof import('./src/components/common/AppEmpty.vue')['default']
|
|
AppFooter: typeof import('./src/components/AppFooter.vue')['default']
|
|
AppLoading: typeof import('./src/components/common/AppLoading.vue')['default']
|
|
AppLogos: typeof import('./src/components/AppLogos.vue')['default']
|
|
AppModal: typeof import('./src/components/common/AppModal.vue')['default']
|
|
AppNavBar: typeof import('./src/components/common/AppNavBar.vue')['default']
|
|
AppTabBar: typeof import('./src/components/common/AppTabBar.vue')['default']
|
|
CallWindow: typeof import('./src/components/call/CallWindow.vue')['default']
|
|
CommentInput: typeof import('./src/components/moment/CommentInput.vue')['default']
|
|
EmojiPicker: typeof import('./src/components/chat/EmojiPicker.vue')['default']
|
|
GlobalCallProvider: typeof import('./src/components/call/GlobalCallProvider.vue')['default']
|
|
GroupCallBanner: typeof import('./src/components/call/GroupCallBanner.vue')['default']
|
|
GroupCallIncoming: typeof import('./src/components/call/GroupCallIncoming.vue')['default']
|
|
GroupCallModal: typeof import('./src/components/call/GroupCallModal.vue')['default']
|
|
GroupCallWindow: typeof import('./src/components/call/GroupCallWindow.vue')['default']
|
|
ImagePreview: typeof import('./src/components/common/ImagePreview.vue')['default']
|
|
InputEntry: typeof import('./src/components/InputEntry.vue')['default']
|
|
MentionPicker: typeof import('./src/components/chat/MentionPicker.vue')['default']
|
|
MessageBubble: typeof import('./src/components/chat/MessageBubble.vue')['default']
|
|
MessageInput: typeof import('./src/components/chat/MessageInput.vue')['default']
|
|
MiniProgramCallWindow: typeof import('./src/components/call/MiniProgramCallWindow.vue')['default']
|
|
MomentCard: typeof import('./src/components/moment/MomentCard.vue')['default']
|
|
MomentCommentInput: typeof import('./src/components/moment/MomentCommentInput.vue')['default']
|
|
MomentCommentList: typeof import('./src/components/moment/MomentCommentList.vue')['default']
|
|
MomentNotificationPanel: typeof import('./src/components/moment/MomentNotificationPanel.vue')['default']
|
|
PlusMenu: typeof import('./src/components/common/PlusMenu.vue')['default']
|
|
SelectContactsModal: typeof import('./src/components/chat/SelectContactsModal.vue')['default']
|
|
UnifiedCallWindow: typeof import('./src/components/call/UnifiedCallWindow.vue')['default']
|
|
UserInfoCard: typeof import('./src/components/common/UserInfoCard.vue')['default']
|
|
UserMomentsModal: typeof import('./src/components/moment/UserMomentsModal.vue')['default']
|
|
VideoPlayer: typeof import('./src/components/common/VideoPlayer.vue')['default']
|
|
VisibilitySelector: typeof import('./src/components/moment/VisibilitySelector.vue')['default']
|
|
}
|
|
}
|