22 lines
922 B
TypeScript
22 lines
922 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 {
|
|
Auth: typeof import('./src/components/Auth.vue')['default']
|
|
Dialog: typeof import('./src/components/Dialog.vue')['default']
|
|
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
|
|
HelloWorld2: typeof import('./src/components/HelloWorld2.vue')['default']
|
|
LoginForm: typeof import('./src/components/LoginForm.vue')['default']
|
|
RegisterForm: typeof import('./src/components/RegisterForm.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
Toy: typeof import('./src/components/Toy.vue')['default']
|
|
UserPanel: typeof import('./src/components/UserPanel.vue')['default']
|
|
}
|
|
}
|