-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
22 lines (20 loc) · 960 Bytes
/
components.d.ts
File metadata and controls
22 lines (20 loc) · 960 Bytes
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 {
AppContents: typeof import('./src/components/AppContents.vue')['default']
Description: typeof import('./src/components/sections/Description.vue')['default']
ElCarousel: typeof import('element-plus/es')['ElCarousel']
ElCarouselItem: typeof import('element-plus/es')['ElCarouselItem']
Flicker: typeof import('./src/components/sections/Flicker.vue')['default']
Footer: typeof import('./src/components/sections/Footer.vue')['default']
NMap: typeof import('./src/components/sections/NMap.vue')['default']
Pictures: typeof import('./src/components/sections/Pictures.vue')['default']
Subject: typeof import('./src/components/sections/Subject.vue')['default']
}
}