-
Notifications
You must be signed in to change notification settings - Fork 2
/
components.d.ts
32 lines (30 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
30
31
32
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/vue-next/pull/3399
declare module '@vue/runtime-core' {
export interface GlobalComponents {
ExLink: typeof import('./src/components/ExLink.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
TFooter: typeof import('./src/components/TFooter.vue')['default']
THeader: typeof import('./src/components/THeader.vue')['default']
VApp: typeof import('vuetify/components')['VApp']
VAppBar: typeof import('vuetify/components')['VAppBar']
VBtn: typeof import('vuetify/components')['VBtn']
VCard: typeof import('vuetify/components')['VCard']
VCarousel: typeof import('vuetify/components')['VCarousel']
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
VCol: typeof import('vuetify/components')['VCol']
VContainer: typeof import('vuetify/components')['VContainer']
VDivider: typeof import('vuetify/components')['VDivider']
VFadeTransition: typeof import('vuetify/components')['VFadeTransition']
VFooter: typeof import('vuetify/components')['VFooter']
VIcon: typeof import('vuetify/components')['VIcon']
VMain: typeof import('vuetify/components')['VMain']
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
VRow: typeof import('vuetify/components')['VRow']
VSpacer: typeof import('vuetify/components')['VSpacer']
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
}
}
export { }