-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
21 lines (19 loc) · 984 Bytes
/
Copy pathcomponents.d.ts
File metadata and controls
21 lines (19 loc) · 984 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
Background: typeof import('./src/components/Background.vue')['default']
ElCol: typeof import('element-plus/es')['ElCol']
ElRow: typeof import('element-plus/es')['ElRow']
Footer: typeof import('./src/components/Footer.vue')['default']
GitHubActivity: typeof import('./src/components/GitHubActivity.vue')['default']
GitHubContributions: typeof import('./src/components/GitHubContributions.vue')['default']
Links: typeof import('./src/components/Links.vue')['default']
Loading: typeof import('./src/components/Loading.vue')['default']
Message: typeof import('./src/components/Message.vue')['default']
SocialLinks: typeof import('./src/components/SocialLinks.vue')['default']
}
}