shotgun/site/components.d.ts

19 lines
736 B
TypeScript
Raw Normal View History

2024-01-28 10:42:05 -06:00
/* 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 {
2024-01-29 22:11:56 -06:00
Game: typeof import('./src/components/Game.vue')['default']
GameRound: typeof import('./src/components/GameRound.vue')['default']
GameStatus: typeof import('./src/components/GameStatus.vue')['default']
2024-01-28 10:42:05 -06:00
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
2024-01-29 22:11:56 -06:00
Player: typeof import('./src/components/Player.vue')['default']
PlayerHP: typeof import('./src/components/PlayerHP.vue')['default']
2024-01-28 10:42:05 -06:00
TheLanding: typeof import('./src/components/TheLanding.vue')['default']
}
}