-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
31 lines (30 loc) · 1.45 KB
/
components.d.ts
File metadata and controls
31 lines (30 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
ElButton: typeof import('element-plus/es')['ElButton']
ElCol: typeof import('element-plus/es')['ElCol']
ElContainer: typeof import('element-plus/es')['ElContainer']
ElFooter: typeof import('element-plus/es')['ElFooter']
ElHeader: typeof import('element-plus/es')['ElHeader']
ElIcon: typeof import('element-plus/es')['ElIcon']
ElMain: typeof import('element-plus/es')['ElMain']
ElOption: typeof import('element-plus/es')['ElOption']
ElRow: typeof import('element-plus/es')['ElRow']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElSwitch: typeof import('element-plus/es')['ElSwitch']
GithubPane: typeof import('./src/components/GithubPane.vue')['default']
IconFork: typeof import('./src/components/icons/iconFork.vue')['default']
IconGithub: typeof import('./src/components/icons/iconGithub.vue')['default']
IconStar: typeof import('./src/components/icons/iconStar.vue')['default']
IconTranslate: typeof import('./src/components/icons/iconTranslate.vue')['default']
MenuList: typeof import('./src/components/MenuList.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}