-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
29 lines (27 loc) · 1.59 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
// 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']
AppColorInput: typeof import('./src/components/AppColorInput.vue')['default']
AppImage: typeof import('./src/components/AppImage.vue')['default']
AppImageDropzone: typeof import('./src/components/AppImageDropzone.vue')['default']
AppLabelsPicker: typeof import('./src/components/AppLabelsPicker.vue')['default']
AppLoader: typeof import('./src/components/AppLoader.vue')['default']
AppPageHeading: typeof import('./src/components/AppPageHeading.vue')['default']
BoardCard: typeof import('./src/components/BoardCard.vue')['default']
BoardDragAndDrop: typeof import('./src/components/BoardDragAndDrop.vue')['default']
BoardMenu: typeof import('./src/components/BoardMenu.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
TaskCard: typeof import('./src/components/TaskCard.vue')['default']
TaskCreator: typeof import('./src/components/TaskCreator.vue')['default']
TaskLabel: typeof import('./src/components/TaskLabel.vue')['default']
TheAlerts: typeof import('./src/components/TheAlerts.vue')['default']
TheDrawer: typeof import('./src/components/TheDrawer.vue')['default']
TheNavbar: typeof import('./src/components/TheNavbar.vue')['default']
}
}
export {}