forked from JDArmy/BREAK
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
21 lines (19 loc) · 950 Bytes
/
components.d.ts
File metadata and controls
21 lines (19 loc) · 950 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 {
ElOption: typeof import('element-plus/es')['ElOption']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElTable: typeof import('element-plus/es')['ElTable']
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
IconGithub: typeof import('./src/components/icons/iconGithub.vue')['default']
IconTranslate: typeof import('./src/components/icons/iconTranslate.vue')['default']
MenuList: typeof import('./src/components/MenuList.vue')['default']
RiskDetail: typeof import('./src/components/RiskDetail.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}