-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
33 lines (32 loc) · 1.67 KB
/
components.d.ts
File metadata and controls
33 lines (32 loc) · 1.67 KB
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
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
CommentList: typeof import('./src/components/CommentList.vue')['default']
ContentBox: typeof import('./src/components/ContentBox.vue')['default']
ElAutocomplete: typeof import('element-plus/es')['ElAutocomplete']
ElAvatar: typeof import('element-plus/es')['ElAvatar']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']
ElIcon: typeof import('element-plus/es')['ElIcon']
ElImage: typeof import('element-plus/es')['ElImage']
ElInput: typeof import('element-plus/es')['ElInput']
ElPopover: typeof import('element-plus/es')['ElPopover']
ElUpload: typeof import('element-plus/es')['ElUpload']
Feed: typeof import('./src/components/FeedList.vue')['default']
FeedList: typeof import('./src/components/FeedList.vue')['default']
FollowBtn: typeof import('./src/components/FollowBtn.vue')['default']
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
PinnedPost: typeof import('./src/components/PinnedPost.vue')['default']
RegularPost: typeof import('./src/components/RegularPost.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SearchPage: typeof import('./src/components/UserSearch.vue')['default']
SideBar: typeof import('./src/components/SideBar.vue')['default']
UserSearch: typeof import('./src/components/UserSearch.vue')['default']
}
}