mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/dsz-examaware-mobile
synced 2025-04-29 13:46:43 +00:00
19 lines
686 B
TypeScript
19 lines
686 B
TypeScript
/* 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 {
|
|
AppTopBar: typeof import('./components/AppTopBar.vue')['default']
|
|
Clock: typeof import('./components/Clock.vue')['default']
|
|
ExamList: typeof import('./components/ExamList.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
SubjectInfo: typeof import('./components/SubjectInfo.vue')['default']
|
|
SvgIcon: typeof import('./components/SvgIcon.vue')['default']
|
|
}
|
|
}
|