-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
25 lines (24 loc) · 1.19 KB
/
components.d.ts
File metadata and controls
25 lines (24 loc) · 1.19 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
/* 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 {
AppLink: typeof import('./src/components/AppLink.vue')['default']
Background: typeof import('./src/components/Background.vue')['default']
CompanyLogo: typeof import('./src/components/CompanyLogo.vue')['default']
MarkDown: typeof import('./src/components/MarkDown.vue')['default']
MyLogo: typeof import('./src/components/MyLogo.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SvgCross: typeof import('./src/components/SvgCross.vue')['default']
SvgDig: typeof import('./src/components/SvgDig.vue')['default']
SvgFlag: typeof import('./src/components/SvgFlag.vue')['default']
TheCounter: typeof import('./src/components/TheCounter.vue')['default']
TheFooter: typeof import('./src/components/TheFooter.vue')['default']
TheHeader: typeof import('./src/components/TheHeader.vue')['default']
TheInput: typeof import('./src/components/TheInput.vue')['default']
}
}