-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
23 lines (22 loc) · 1.21 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
/* 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 {
Alert: typeof import('./src/components/shared/Alert.vue')['default']
AuthenticationPage: typeof import('./src/pages/AuthenticationPage.vue')['default']
Bar: typeof import('./src/components/dashboard/Bar.vue')['default']
CreateAnimal: typeof import('./src/components/dashboard/animals/CreateAnimalComponent.vue')['default']
CreateAnimalComponent: typeof import('./src/components/dashboard/animals/CreateAnimalComponent.vue')['default']
Drawer: typeof import('./src/components/dashboard/Drawer.vue')['default']
LoginComponent: typeof import('./src/components/auth/LoginComponent.vue')['default']
ProfileComponent: typeof import('./src/components/dashboard/profile/ProfileComponent.vue')['default']
RegisterComponent: typeof import('./src/components/auth/RegisterComponent.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
View: typeof import('./src/components/dashboard/View.vue')['default']
}
}