19 lines
736 B
TypeScript
19 lines
736 B
TypeScript
/* eslint-disable */
|
|
/* prettier-ignore */
|
|
// @ts-nocheck
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
export {}
|
|
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
Game: typeof import('./src/components/Game.vue')['default']
|
|
GameStatus: typeof import('./src/components/GameStatus.vue')['default']
|
|
Player: typeof import('./src/components/Player.vue')['default']
|
|
PlayerHP: typeof import('./src/components/PlayerHP.vue')['default']
|
|
PlayerItems: typeof import('./src/components/PlayerItems.vue')['default']
|
|
TheLanding: typeof import('./src/components/TheLanding.vue')['default']
|
|
TheLogin: typeof import('./src/components/TheLogin.vue')['default']
|
|
}
|
|
}
|