-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
75 lines (74 loc) · 4.81 KB
/
components.d.ts
File metadata and controls
75 lines (74 loc) · 4.81 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
AiComponent: typeof import('./src/components/cloud/AiComponent.vue')['default']
AwsLogo: typeof import('./src/components/icons/AwsLogo.vue')['default']
BIframe: typeof import('./src/components/fintech/BIframe.vue')['default']
BrandImageMain: typeof import('./src/components/icons/BrandImageMain.vue')['default']
BrandImageMobile: typeof import('./src/components/icons/BrandImageMobile.vue')['default']
BrandImageModal: typeof import('./src/components/icons/BrandImageModal.vue')['default']
BrandImageWrapper: typeof import('./src/components/BrandImageWrapper.vue')['default']
ContactsDropdown: typeof import('./src/components/navigation/ContactsDropdown.vue')['default']
CookieAgreement: typeof import('./src/components/CookieAgreement.vue')['default']
DarkModeSwitch: typeof import('./src/components/navigation/DarkModeSwitch.vue')['default']
DockerLogo: typeof import('./src/components/icons/DockerLogo.vue')['default']
DsLogo: typeof import('./src/components/icons/DsLogo.vue')['default']
ElAutoResizer: typeof import('element-plus/es')['ElAutoResizer']
ElButton: typeof import('element-plus/es')['ElButton']
ElCard: typeof import('element-plus/es')['ElCard']
ElDivider: typeof import('element-plus/es')['ElDivider']
ElDropdown: typeof import('element-plus/es')['ElDropdown']
ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']
ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu']
ElEmpty: typeof import('element-plus/es')['ElEmpty']
ElIcon: typeof import('element-plus/es')['ElIcon']
ElInput: typeof import('element-plus/es')['ElInput']
ElMenu: typeof import('element-plus/es')['ElMenu']
ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
ElOption: typeof import('element-plus/es')['ElOption']
ElPopover: typeof import('element-plus/es')['ElPopover']
ElProgress: typeof import('element-plus/es')['ElProgress']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElSubMenu: typeof import('element-plus/es')['ElSubMenu']
ElSwitch: typeof import('element-plus/es')['ElSwitch']
ElTableV2: typeof import('element-plus/es')['ElTableV2']
ElTimeline: typeof import('element-plus/es')['ElTimeline']
ElTimelineItem: typeof import('element-plus/es')['ElTimelineItem']
ElWatermark: typeof import('element-plus/es')['ElWatermark']
FigmaLogo: typeof import('./src/components/icons/FigmaLogo.vue')['default']
GitHub: typeof import('./src/components/icons/GitHub.vue')['default']
LeftMenu: typeof import('./src/components/LeftMenu.vue')['default']
LinkedIn: typeof import('./src/components/icons/LinkedIn.vue')['default']
LinkedInBadge: typeof import('./src/components/LinkedInBadge.vue')['default']
MapComponent: typeof import('./src/components/gis/MapComponent.vue')['default']
MenuIcon: typeof import('./src/components/icons/MenuIcon.vue')['default']
MoonIcon: typeof import('./src/components/icons/MoonIcon.vue')['default']
NavMenu: typeof import('./src/components/NavMenu.vue')['default']
NodeLogo: typeof import('./src/components/icons/NodeLogo.vue')['default']
PaasComponent: typeof import('./src/components/cloud/PaasComponent.vue')['default']
PO_exportXLS: typeof import('./src/components/popovers/PO_exportXLS.vue')['default']
PostgresLogo: typeof import('./src/components/icons/PostgresLogo.vue')['default']
ReactLogo: typeof import('./src/components/icons/ReactLogo.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SkillSection: typeof import('./src/components/SkillSection.vue')['default']
SocialLinks: typeof import('./src/components/navigation/SocialLinks.vue')['default']
SourceLinkedInBadge: typeof import('./src/components/legacy/SourceLinkedInBadge.vue')['default']
SpeakerIcon: typeof import('./src/components/icons/SpeakerIcon.vue')['default']
SummaryInfo: typeof import('./src/components/SummaryInfo.vue')['default']
SunIcon: typeof import('./src/components/icons/SunIcon.vue')['default']
TextToSpeech: typeof import('./src/components/cloud/aiComponents/TextToSpeech.vue')['default']
TypeScriptLogo: typeof import('./src/components/icons/TypeScriptLogo.vue')['default']
UnderDevelopment: typeof import('./src/components/UnderDevelopment.vue')['default']
VirtTable: typeof import('./src/components/fintech/VirtTable.vue')['default']
VueLogo: typeof import('./src/components/icons/VueLogo.vue')['default']
}
export interface ComponentCustomProperties {
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
}
}