-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
60 lines (59 loc) · 4.1 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
/* 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 {
AccountSideBar: typeof import('./src/components/layout/AccountSideBar.vue')['default']
AuthMenu: typeof import('./src/components/shared/AuthMenu.vue')['default']
CollectionModal: typeof import('./src/components/molecules/CollectionModal.vue')['default']
CommonModal: typeof import('./src/components/shared/CommonModal.vue')['default']
ConfirmModal: typeof import('./src/components/shared/ConfirmModal.vue')['default']
DeleteSnippetModal: typeof import('./src/components/snippet/DeleteSnippetModal.vue')['default']
Dropdown: typeof import('./src/components/atoms/Dropdown.vue')['default']
ElSelectV2: typeof import('element-plus/es')['ElSelectV2']
Footer: typeof import('./src/components/shared/Footer.vue')['default']
FormValidator: typeof import('./src/components/shared/FormValidator.vue')['default']
GlobalErrorMessage: typeof import('./src/components/shared/GlobalErrorMessage.vue')['default']
Header: typeof import('./src/components/shared/Header.vue')['default']
Loading: typeof import('./src/components/shared/Loading.vue')['default']
Menu: typeof import('./src/components/shared/Menu.vue')['default']
Pagination: typeof import('./src/components/shared/Pagination.vue')['default']
PrivateKeyModal: typeof import('./src/components/snippet/PrivateKeyModal.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SnippetCard: typeof import('./src/components/snippet/SnippetCard.vue')['default']
SnippetForm: typeof import('./src/components/snippet/SnippetForm.vue')['default']
SnippetItem: typeof import('./src/components/snippet/SnippetItem.vue')['default']
SnippetsDetail: typeof import('./src/components/snippet/SnippetsDetail.vue')['default']
Svg: typeof import('./src/components/svg/Svg.vue')['default']
SvgArrowDown: typeof import('./src/components/svg/SvgArrowDown.vue')['default']
SvgAvatar: typeof import('./src/components/svg/SvgAvatar.vue')['default']
SvgBookMark: typeof import('./src/components/svg/SvgBookMark.vue')['default']
SvgBookMarked: typeof import('./src/components/svg/SvgBookMarked.vue')['default']
SvgBottomWave: typeof import('./src/components/svg/SvgBottomWave.vue')['default']
SvgChevronDown: typeof import('./src/components/svg/SvgChevronDown.vue')['default']
SvgClose: typeof import('./src/components/svg/SvgClose.vue')['default']
SvgCollection: typeof import('./src/components/svg/SvgCollection.vue')['default']
SvgDarkTheme: typeof import('./src/components/svg/SvgDarkTheme.vue')['default']
SvgDashboard: typeof import('./src/components/svg/SvgDashboard.vue')['default']
SvgDefault: typeof import('./src/components/svg/SvgDefault.vue')['default']
SvgLike: typeof import('./src/components/svg/SvgLike.vue')['default']
SvgLiked: typeof import('./src/components/svg/SvgLiked.vue')['default']
SvgLogout: typeof import('./src/components/svg/SvgLogout.vue')['default']
SvgMasonryList: typeof import('./src/components/svg/SvgMasonryList.vue')['default']
SvgMore: typeof import('./src/components/svg/SvgMore.vue')['default']
SvgPencil: typeof import('./src/components/svg/SvgPencil.vue')['default']
SvgPinned: typeof import('./src/components/svg/SvgPinned.vue')['default']
SvgPointerHeart: typeof import('./src/components/svg/SvgPointerHeart.vue')['default']
SvgRowList: typeof import('./src/components/svg/SvgRowList.vue')['default']
SvgSearchBar: typeof import('./src/components/svg/SvgSearchBar.vue')['default']
SvgShare: typeof import('./src/components/svg/SvgShare.vue')['default']
SvgTopWave: typeof import('./src/components/svg/SvgTopWave.vue')['default']
SvgTrash: typeof import('./src/components/svg/SvgTrash.vue')['default']
SvgUser: typeof import('./src/components/svg/SvgUser.vue')['default']
TagForm: typeof import('./src/components/tags/TagForm.vue')['default']
}
}