generated from antfu-collective/vitesse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
components.d.ts
25 lines (23 loc) · 1.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
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
declare module '@vue/runtime-core' {
export interface GlobalComponents {
Background: typeof import('./src/components/Background.vue')['default']
Galaxy: typeof import('./src/components/Galaxy.vue')['default']
Link: typeof import('./src/components/Link.vue')['default']
ListBlogs: typeof import('./src/components/ListBlogs.vue')['default']
ListChallenges: typeof import('./src/components/ListChallenges.vue')['default']
ListProjects: typeof import('./src/components/ListProjects.vue')['default']
NavBar: typeof import('./src/components/NavBar.vue')['default']
Post: typeof import('./src/components/Post.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Sakana: typeof import('./src/components/Sakana.vue')['default']
SolarSystem: typeof import('./src/components/SolarSystem.vue')['default']
ToggleTheme: typeof import('./src/components/ToggleTheme.vue')['default']
WrapLanguage: typeof import('./src/components/WrapLanguage.vue')['default']
}
}
export {}