-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
84 lines (83 loc) · 5.55 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
/* 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 {
AppComicDetailComment: typeof import('./src/components/app-comic-detail-comment.vue')['default']
AppComicDetailDownloadButton: typeof import('./src/components/app-comic-detail-download-button.vue')['default']
AppComicDetailRelevant: typeof import('./src/components/app-comic-detail-relevant.vue')['default']
AppComicDetailSeries: typeof import('./src/components/app-comic-detail-series.vue')['default']
AppComicPageRead: typeof import('./src/components/app-comic-page-read.vue')['default']
AppComicScrollRead: typeof import('./src/components/app-comic-scroll-read.vue')['default']
AppDialogProvider: typeof import('./src/components/app-dialog-provider.vue')['default']
AppDownloadCompleteList: typeof import('./src/components/app-download-complete-list.vue')['default']
AppDownloadPendingList: typeof import('./src/components/app-download-pending-list.vue')['default']
AppEmptyState: typeof import('./src/components/app-empty-state.vue')['default']
AppHeader: typeof import('./src/components/app-header.vue')['default']
AppHeaderIconBtn: typeof import('./src/components/app-header-icon-btn.vue')['default']
AppHomeSwiper: typeof import('./src/components/app-home-swiper.vue')['default']
AppPersonCollectComic: typeof import('./src/components/app-person-collect-comic.vue')['default']
AppPersonHistoryComic: typeof import('./src/components/app-person-history-comic.vue')['default']
AppPersonHistoryComment: typeof import('./src/components/app-person-history-comment.vue')['default']
AppSnackbarProvider: typeof import('./src/components/app-snackbar-provider.vue')['default']
ComicBaseItem: typeof import('./src/components/comic-base-item.vue')['default']
ComicDownloadCompleteItem: typeof import('./src/components/comic-download-complete-item.vue')['default']
ComicDownloadPendingItem: typeof import('./src/components/comic-download-pending-item.vue')['default']
ComicItemSkeleton: typeof import('./src/components/skeleton/comic-item-skeleton.vue')['default']
ComicPagePic: typeof import('./src/components/comic-pic/comic-page-pic.vue')['default']
ComicRouteItem: typeof import('./src/components/comic-route-item.vue')['default']
ComicVerticalPic: typeof import('./src/components/comic-pic/comic-vertical-pic.vue')['default']
CommentItem: typeof import('./src/components/comment-item.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SelectFolderInput: typeof import('./src/components/select-folder-input.vue')['default']
ShuntSelect: typeof import('./src/components/shunt-select.vue')['default']
VAlert: typeof import('vuetify/components')['VAlert']
VApp: typeof import('vuetify/components')['VApp']
VAppBar: typeof import('vuetify/components')['VAppBar']
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
VAvatar: typeof import('vuetify/components')['VAvatar']
VBtn: typeof import('vuetify/components')['VBtn']
VCard: typeof import('vuetify/components')['VCard']
VCardActions: typeof import('vuetify/components')['VCardActions']
VCardItem: typeof import('vuetify/components')['VCardItem']
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
VCardText: typeof import('vuetify/components')['VCardText']
VCardTitle: typeof import('vuetify/components')['VCardTitle']
VCheckbox: typeof import('vuetify/components')['VCheckbox']
VChip: typeof import('vuetify/components')['VChip']
VCol: typeof import('vuetify/components')['VCol']
VContainer: typeof import('vuetify/components')['VContainer']
VDataIterator: typeof import('vuetify/components')['VDataIterator']
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
VDialog: typeof import('vuetify/components')['VDialog']
VDivider: typeof import('vuetify/components')['VDivider']
VEmptyState: typeof import('vuetify/components')['VEmptyState']
VForm: typeof import('vuetify/components')['VForm']
VIcon: typeof import('vuetify/components')['VIcon']
VImg: typeof import('vuetify/components')['VImg']
VList: typeof import('vuetify/components')['VList']
VListItem: typeof import('vuetify/components')['VListItem']
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
VMain: typeof import('vuetify/components')['VMain']
VMenu: typeof import('vuetify/components')['VMenu']
VPagination: typeof import('vuetify/components')['VPagination']
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
VRow: typeof import('vuetify/components')['VRow']
VSelect: typeof import('vuetify/components')['VSelect']
VSlider: typeof import('vuetify/components')['VSlider']
VSnackbar: typeof import('vuetify/components')['VSnackbar']
VSpacer: typeof import('vuetify/components')['VSpacer']
VTab: typeof import('vuetify/components')['VTab']
VTabs: typeof import('vuetify/components')['VTabs']
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
VTextarea: typeof import('vuetify/components')['VTextarea']
VTextField: typeof import('vuetify/components')['VTextField']
VTooltip: typeof import('vuetify/components')['VTooltip']
}
}