-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
23 lines (21 loc) · 1.18 KB
/
components.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/vue-next/pull/3399
declare module '@vue/runtime-core' {
export interface GlobalComponents {
Bullet: typeof import('./src/components/Player/playerBullet.vue')['default']
Counter: typeof import('./src/components/Counter.vue')['default']
Enemy: typeof import('./src/components/Enemy/index.vue')['default']
Footer: typeof import('./src/components/Footer.vue')['default']
Game: typeof import('./src/components/Game/index.vue')['default']
Outbox: typeof import('./src/components/Game/Outbox.vue')['default']
Player: typeof import('./src/components/Player/index.vue')['default']
PlayerAmmo: typeof import('./src/components/Player/PlayerAmmo.vue')['default']
PlayerBullet: typeof import('./src/components/Player/playerBullet.vue')['default']
PlayerState: typeof import('./src/components/Player/PlayerState.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
StartModal: typeof import('./src/components/Game/StartModal.vue')['default']
}
}
export { }