-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
31 lines (30 loc) · 1.47 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
/* 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 {
FooterBar: typeof import('./src/components/FooterBar.vue')['default']
IMdiTranslate: typeof import('~icons/mdi/translate')['default']
LanguageSwitch: typeof import('./src/components/LanguageSwitch.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
VarAvatar: typeof import('@varlet/ui')['_AvatarComponent']
VarButton: typeof import('@varlet/ui')['_ButtonComponent']
VarCell: typeof import('@varlet/ui')['_CellComponent']
VarCol: typeof import('@varlet/ui')['_ColComponent']
VarDivider: typeof import('@varlet/ui')['_DividerComponent']
VarIcon: typeof import('@varlet/ui')['_IconComponent']
VarInput: typeof import('@varlet/ui')['_InputComponent']
VarLoading: typeof import('@varlet/ui')['_LoadingComponent']
VarMenuOption: typeof import('@varlet/ui')['_MenuOptionComponent']
VarMenuSelect: typeof import('@varlet/ui')['_MenuSelectComponent']
VarPaper: typeof import('@varlet/ui')['_PaperComponent']
VarPopup: typeof import('@varlet/ui')['_PopupComponent']
VarResult: typeof import('@varlet/ui')['_ResultComponent']
VarRow: typeof import('@varlet/ui')['_RowComponent']
VarSpace: typeof import('@varlet/ui')['_SpaceComponent']
}
}