-
Notifications
You must be signed in to change notification settings - Fork 0
/
components.d.ts
29 lines (28 loc) · 1.52 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
/* 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 {
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
TheAbout: typeof import('./src/components/TheAbout.vue')['default']
TheAdvantages: typeof import('./src/components/TheAdvantages.vue')['default']
TheButton: typeof import('./src/components/TheButton.vue')['default']
TheCatalog: typeof import('./src/components/TheCatalog.vue')['default']
TheCounter: typeof import('./src/components/TheCounter.vue')['default']
TheCrossfadeImage: typeof import('./src/components/TheCrossfadeImage.vue')['default']
TheCTA: typeof import('./src/components/TheCTA.vue')['default']
TheFooter: typeof import('./src/components/TheFooter.vue')['default']
TheFooterMenu: typeof import('./src/components/TheFooterMenu.vue')['default']
TheHeader: typeof import('./src/components/TheHeader.vue')['default']
TheHero: typeof import('./src/components/TheHero.vue')['default']
TheInput: typeof import('./src/components/TheInput.vue')['default']
TheKTA: typeof import('./src/components/TheKTA.vue')['default']
TheLogo: typeof import('./src/components/TheLogo.vue')['default']
TheMailingForm: typeof import('./src/components/TheMailingForm.vue')['default']
TheSelect: typeof import('./src/components/TheSelect.vue')['default']
}
}