-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathcomponents.d.ts
41 lines (40 loc) · 2.24 KB
/
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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
declare module 'vue' {
export interface GlobalComponents {
AttackToolDetail: typeof import('./src/components/AttackToolDetail.vue')['default']
AvoidanceDetail: typeof import('./src/components/AvoidanceDetail.vue')['default']
ElButton: typeof import('element-plus/es')['ElButton']
ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
ElCheckboxGroup: typeof import('element-plus/es')['ElCheckboxGroup']
ElCol: typeof import('element-plus/es')['ElCol']
ElDrawer: typeof import('element-plus/es')['ElDrawer']
ElDropdown: typeof import('element-plus/es')['ElDropdown']
ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']
ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu']
ElIcon: typeof import('element-plus/es')['ElIcon']
ElOption: typeof import('element-plus/es')['ElOption']
ElRadioButton: typeof import('element-plus/es')['ElRadioButton']
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
ElRow: typeof import('element-plus/es')['ElRow']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElTable: typeof import('element-plus/es')['ElTable']
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
ElText: typeof import('element-plus/es')['ElText']
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']
IconRelation: typeof import('./src/components/icons/iconRelation.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']
RiskDetail: typeof import('./src/components/RiskDetail.vue')['default']
RiskRelation: typeof import('./src/components/RiskRelation.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}