-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
23 lines (22 loc) · 1.13 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
/* 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 {
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
TheDialogLogin: typeof import('./src/components/TheDialogLogin.vue')['default']
TheNavBar: typeof import('./src/components/TheNavBar.vue')['default']
TheViewLabelProgress: typeof import('./src/components/TheViewLabelProgress.vue')['default']
TheViewLabelResult: typeof import('./src/components/TheViewLabelResult.vue')['default']
TheViewLabelSubject: typeof import('./src/components/TheViewLabelSubject.vue')['default']
TheViewToolbar: typeof import('./src/components/TheViewToolbar.vue')['default']
VDataEntry: typeof import('./src/components/VDataEntry.vue')['default']
VDialog: typeof import('./src/components/VDialog.vue')['default']
VMessage: typeof import('./src/components/VMessage.vue')['default']
VMessages: typeof import('./src/components/VMessages.vue')['default']
}
}