18 lines
644 B
TypeScript
18 lines
644 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 {
|
||
|
403: typeof import('./src/components/ErrorMessage/403.vue')['default']
|
||
|
404: typeof import('./src/components/ErrorMessage/404.vue')['default']
|
||
|
500: typeof import('./src/components/ErrorMessage/500.vue')['default']
|
||
|
Empty: typeof import('./src/components/Empty/index.vue')['default']
|
||
|
RouterLink: typeof import('vue-router')['RouterLink']
|
||
|
RouterView: typeof import('vue-router')['RouterView']
|
||
|
}
|
||
|
}
|