-
Notifications
You must be signed in to change notification settings - Fork 0
/
components.d.ts
26 lines (24 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
24
25
26
// 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'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
App: typeof import('./resources/src/App.vue')['default']
Calendar: typeof import('./resources/src/components/Calendar.vue')['default']
Footer: typeof import('./resources/src/components/Footer.vue')['default']
Selector: typeof import('./resources/src/components/Selector.vue')['default']
VApp: typeof import('vuetify/components')['VApp']
VAppBar: typeof import('vuetify/components')['VAppBar']
VBtn: typeof import('vuetify/components')['VBtn']
VCol: typeof import('vuetify/components')['VCol']
VContainer: typeof import('vuetify/components')['VContainer']
VFooter: typeof import('vuetify/components')['VFooter']
VMain: typeof import('vuetify/components')['VMain']
VOverlay: typeof import('vuetify/components')['VOverlay']
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
VRow: typeof import('vuetify/components')['VRow']
VSelect: typeof import('vuetify/components')['VSelect']
}
}