generated from logue/vite-vue2-vuetify-ts-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
31 lines (29 loc) · 1.36 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
30
31
// 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 {
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
VApp: typeof import('vuetify/lib')['VApp']
VBtn: typeof import('vuetify/lib')['VBtn']
VCard: typeof import('vuetify/lib')['VCard']
VCardSubtitle: typeof import('vuetify/lib')['VCardSubtitle']
VCardTitle: typeof import('vuetify/lib')['VCardTitle']
VChip: typeof import('vuetify/lib')['VChip']
VCol: typeof import('vuetify/lib')['VCol']
VContainer: typeof import('vuetify/lib')['VContainer']
VFadeTransition: typeof import('vuetify/lib')['VFadeTransition']
VForm: typeof import('vuetify/lib')['VForm']
VIcon: typeof import('vuetify/lib')['VIcon']
VMain: typeof import('vuetify/lib')['VMain']
VOverlay: typeof import('vuetify/lib')['VOverlay']
VProgressCircular: typeof import('vuetify/lib')['VProgressCircular']
VRow: typeof import('vuetify/lib')['VRow']
VSnackbar: typeof import('vuetify/lib')['VSnackbar']
VTextField: typeof import('vuetify/lib')['VTextField']
}
}