-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathcomponents.d.ts
57 lines (55 loc) · 3.46 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
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
Article: typeof import('./src/components/Article/index.vue')['default']
Author: typeof import('./src/components/Sideways/Author.vue')['default']
Card: typeof import('./src/components/List/Card.vue')['default']
Classics: typeof import('./src/components/List/Classics.vue')['default']
Comment: typeof import('./src/components/Comment/index.vue')['default']
Copyright: typeof import('./src/components/Article/components/Copyright.vue')['default']
Directory: typeof import('./src/components/Sideways/Directory.vue')['default']
Editor: typeof import('./src/components/Editor/index.vue')['default']
ElBacktop: typeof import('element-plus/es')['ElBacktop']
ElButton: typeof import('element-plus/es')['ElButton']
ElColorPicker: typeof import('element-plus/es')['ElColorPicker']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElForm: typeof import('element-plus/es')['ElForm']
ElFormItem: typeof import('element-plus/es')['ElFormItem']
ElIcon: typeof import('element-plus/es')['ElIcon']
ElInput: typeof import('element-plus/es')['ElInput']
ElOption: typeof import('element-plus/es')['ElOption']
ElPagination: typeof import('element-plus/es')['ElPagination']
ElRadio: typeof import('element-plus/es')['ElRadio']
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
ElSelect: typeof import('element-plus/es')['ElSelect']
Emote: typeof import('./src/components/Comment/components/Emote/index.vue')['default']
Empty: typeof import('./src/components/Empty/index.vue')['default']
Frame: typeof import('./src/components/Frame/index.vue')['default']
HotArticle: typeof import('./src/components/Sideways/HotArticle.vue')['default']
List: typeof import('./src/components/Comment/components/List/index.vue')['default']
LoadMore: typeof import('./src/components/LoadMore/index.vue')['default']
NewComments: typeof import('./src/components/Sideways/NewComments.vue')['default']
Nprogress: typeof import('./src/components/Nprogress/index.vue')['default']
Null: typeof import('./src/components/Null/index.vue')['default']
Pagination: typeof import('./src/components/Pagination/index.vue')['default']
RandomArticle: typeof import('./src/components/Sideways/RandomArticle.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
StarrySky: typeof import('./src/components/StarrySky/StarrySky.vue')['default']
Swiper: typeof import('./src/components/Swiper/index.vue')['default']
Tag: typeof import('./src/components/Article/components/Tag.vue')['default']
TimeAxis: typeof import('./src/components/TimeAxis/index.vue')['default']
ToolBar: typeof import('./src/components/ToolBar/index.vue')['default']
Typewriter: typeof import('./src/components/Typewriter/index.vue')['default']
UpAndDown: typeof import('./src/components/Article/components/UpAndDown.vue')['default']
Waterfall: typeof import('./src/components/List/Waterfall.vue')['default']
}
export interface ComponentCustomProperties {
vInfiniteScroll: typeof import('element-plus/es')['ElInfiniteScroll']
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
}
}