shotgun/site/components.d.ts

18 lines
664 B
TypeScript
Raw Permalink 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']
GameStatus: typeof import('./src/components/GameStatus.vue')['default']
Player: typeof import('./src/components/Player.vue')['default']
2024-01-30 20:56:23 -06:00
PlayerItems: typeof import('./src/components/PlayerItems.vue')['default']
2024-01-28 10:42:05 -06:00
TheLanding: typeof import('./src/components/TheLanding.vue')['default']
2024-02-02 08:28:36 -06:00
TheLogin: typeof import('./src/components/TheLogin.vue')['default']
2024-01-28 10:42:05 -06:00
}
}