-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomponents.d.ts
24 lines (23 loc) · 1.25 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
/* 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 {
ActionColumn: typeof import('./src/components/ActionColumn.vue')['default']
ActionsLayout: typeof import('./src/components/ActionsLayout.vue')['default']
ButtonArea: typeof import('./src/components/ButtonArea.vue')['default']
CreateNew: typeof import('./src/components/events/CreateNew.vue')['default']
EditAttributes: typeof import('./src/components/events/EditAttributes.vue')['default']
EditFinished: typeof import('./src/components/events/EditFinished.vue')['default']
EventBookings: typeof import('./src/components/events/EventBookings.vue')['default']
EventListItem: typeof import('./src/components/EventListItem.vue')['default']
EventSelection: typeof import('./src/components/EventSelection.vue')['default']
EventTypeSelection: typeof import('./src/components/EventTypeSelection.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
UnpaidBookings: typeof import('./src/components/events/UnpaidBookings.vue')['default']
}
}