-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomponents.d.ts
65 lines (64 loc) · 4.56 KB
/
components.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
declare module 'vue' {
export interface GlobalComponents {
AudioPlayerComponent: typeof import('./src/components/common/audioPlayerComponent.vue')['default']
BackTopComponent: typeof import('./src/components/common/backTopComponent.vue')['default']
CardComponent: typeof import('./src/components/intro/CardComponent.vue')['default']
CommentComponent: typeof import('./src/components/modelCommunication/commentComponent.vue')['default']
CommentsComponent: typeof import('./src/components/modelCommunication/commentsComponent.vue')['default']
EditorComponent: typeof import('./src/components/editor/editorComponent.vue')['default']
ElButton: typeof import('element-plus/es')['ElButton']
ElCollapse: typeof import('element-plus/es')['ElCollapse']
ElCollapseItem: typeof import('element-plus/es')['ElCollapseItem']
ElContainer: typeof import('element-plus/es')['ElContainer']
ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElDrawer: typeof import('element-plus/es')['ElDrawer']
ElEmpty: typeof import('element-plus/es')['ElEmpty']
ElHeader: typeof import('element-plus/es')['ElHeader']
ElIcon: typeof import('element-plus/es')['ElIcon']
ElOption: typeof import('element-plus/es')['ElOption']
ElPagination: typeof import('element-plus/es')['ElPagination']
ElRow: typeof import('element-plus/es')['ElRow']
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElTag: typeof import('element-plus/es')['ElTag']
ElUpload: typeof import('element-plus/es')['ElUpload']
FeedBackComponent: typeof import('./src/components/feedback/FeedBackComponent.vue')['default']
FilterComponent: typeof import('./src/components/common/filterComponent.vue')['default']
FiltersComponent: typeof import('./src/components/top100/filtersComponent.vue')['default']
FollowUserCardComponent: typeof import('./src/components/user/followUserCardComponent.vue')['default']
LoadingComponent: typeof import('./src/components/common/loadingComponent.vue')['default']
LoginComponent: typeof import('./src/components/intro/LoginComponent.vue')['default']
ModelCardComponent: typeof import('./src/components/rvcModel/modelCardComponent.vue')['default']
ModelCommentComponentCommon: typeof import('./src/components/rvcModel/modelCommentComponent-common.vue')['default']
ModelCommentComponentWaterFall: typeof import('./src/components/rvcModel/modelCommentComponent-waterFall.vue')['default']
ModelCommentsComponent: typeof import('./src/components/rvcModel/modelCommentsComponent.vue')['default']
ModelEditorComponent: typeof import('./src/components/editor/modelEditorComponent.vue')['default']
NewFeedbackComponent: typeof import('./src/components/feedback/NewFeedbackComponent.vue')['default']
NoticeBoardComponent: typeof import('./src/components/intro/NoticeBoardComponent.vue')['default']
PostCardComponentWaterFall: typeof import('./src/components/modelCommunication/postCardComponent-waterFall.vue')['default']
RecordingComponnent: typeof import('./src/components/common/recordingComponnent.vue')['default']
RegisterComponent: typeof import('./src/components/intro/RegisterComponent.vue')['default']
RoomComponent: typeof import('./src/components/chatRoom/roomComponent.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SearchComponent: typeof import('./src/components/common/searchComponent.vue')['default']
TagSelectComponent: typeof import('./src/components/common/tagSelectComponent.vue')['default']
UpdateComponent: typeof import('./src/components/feedback/UpdateComponent.vue')['default']
UserCardComponent: typeof import('./src/components/user/userCardComponent.vue')['default']
UserStatus: typeof import('./src/components/user/userStatus.vue')['default']
VuetifyPictureComponent: typeof import('./src/components/common/vuetifyPictureComponent.vue')['default']
WaterFallComponent: typeof import('./src/components/layout/waterFallComponent.vue')['default']
Welcome: typeof import('./src/components/intro/welcome.vue')['default']
}
export interface ComponentCustomProperties {
vInfiniteScroll: typeof import('element-plus/es')['ElInfiniteScroll']
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
}
}