forked from vueschool/vuejs-forge-the-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
19 lines (17 loc) · 844 Bytes
/
components.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
declare module '@vue/runtime-core' {
export interface GlobalComponents {
AppButton: typeof import('./src/components/AppButton.vue')['default']
AppImage: typeof import('./src/components/AppImage.vue')['default']
AppImageDropzone: typeof import('./src/components/AppImageDropzone.vue')['default']
BoardCard: typeof import('./src/components/BoardCard.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
TheDrawer: typeof import('./src/components/TheDrawer.vue')['default']
TheNavbar: typeof import('./src/components/TheNavbar.vue')['default']
}
}
export {}