-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
39 lines (37 loc) · 1.85 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
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
BaseNavbar: typeof import('./src/components/BaseNavbar.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
TechStack: typeof import('./src/components/TechStack.vue')['default']
VApp: typeof import('vuetify/components')['VApp']
VAppBar: typeof import('vuetify/components')['VAppBar']
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
VAvatar: typeof import('vuetify/components')['VAvatar']
VBtn: typeof import('vuetify/components')['VBtn']
VCard: typeof import('vuetify/components')['VCard']
VContainer: typeof import('vuetify/components')['VContainer']
VDivider: typeof import('vuetify/components')['VDivider']
VField: typeof import('vuetify/components')['VField']
VImg: typeof import('vuetify/components')['VImg']
VInput: typeof import('vuetify/components')['VInput']
VLayout: typeof import('vuetify/components')['VLayout']
VList: typeof import('vuetify/components')['VList']
VListGroup: typeof import('vuetify/components')['VListGroup']
VListItem: typeof import('vuetify/components')['VListItem']
VListSubheader: typeof import('vuetify/components')['VListSubheader']
VMain: typeof import('vuetify/components')['VMain']
VMenu: typeof import('vuetify/components')['VMenu']
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
VRow: typeof import('vuetify/components')['VRow']
VTextField: typeof import('vuetify/components')['VTextField']
}
}