-
Notifications
You must be signed in to change notification settings - Fork 0
/
components.d.ts
22 lines (20 loc) · 921 Bytes
/
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
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
FetchMatch: typeof import('./src/components/FetchMatch.vue')['default']
MatchPlayer: typeof import('./src/components/MatchPlayer.vue')['default']
Prototype: typeof import('./src/components/prototype.vue')['default']
PrototypeHome: typeof import('./src/components/prototype-home.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
TheCounter: typeof import('./src/components/TheCounter.vue')['default']
TheFooter: typeof import('./src/components/TheFooter.vue')['default']
TheInput: typeof import('./src/components/TheInput.vue')['default']
}
}