-
Notifications
You must be signed in to change notification settings - Fork 1
/
components.d.ts
22 lines (20 loc) · 983 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 {
MainBanner: typeof import('./src/components/Layout/MainBanner.vue')['default']
MainFooter: typeof import('./src/components/Layout/MainFooter.vue')['default']
MainLogo: typeof import('./src/components/Material/MainLogo.vue')['default']
MainNavbar: typeof import('./src/components/Layout/MainNavbar.vue')['default']
PatternMaterial: typeof import('./src/components/Material/PatternMaterial.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SessionInfo: typeof import('./src/components/Layout/SessionInfo.vue')['default']
SessionList: typeof import('./src/components/Layout/SessionList.vue')['default']
}
}