generated from vueuse/vueuse-vite-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
components.d.ts
29 lines (28 loc) · 1.54 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 */
/* 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 {
ArticleCard: typeof import('./src/components/widgets/ArticleCard.vue')['default']
AvatarShape: typeof import('./src/components/AvatarShape.vue')['default']
copy: typeof import('./src/components/AvatarShape copy.vue')['default']
FantasyLand: typeof import('./src/components/FantasyLand.vue')['default']
Footer: typeof import('./src/components/Footer.vue')['default']
FriendsList: typeof import('./src/components/FriendsList.vue')['default']
Image: typeof import('./src/components/widgets/Image.vue')['default']
Logo: typeof import('./src/components/Logo.vue')['default']
NavBar: typeof import('./src/components/NavBar.vue')['default']
PeopleWithAvatar: typeof import('./src/components/widgets/PeopleWithAvatar.vue')['default']
Posts: typeof import('./src/components/Posts.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Signature: typeof import('./src/components/Signature.vue')['default']
SponsorButton: typeof import('./src/components/SponsorButton.vue')['default']
TargetLink: typeof import('./src/components/widgets/TargetLink.vue')['default']
ToggleTheme: typeof import('./src/components/ToggleTheme.vue')['default']
WrapperPost: typeof import('./src/components/WrapperPost.vue')['default']
}
}