forked from elucidator-project/elucidator-blog-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
components.d.ts
30 lines (28 loc) · 1.66 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
30
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/vue-next/pull/3399
declare module 'vue' {
export interface GlobalComponents {
Article: typeof import('./src/components/Articles/Article.vue')['default']
CarbonBackToTop: typeof import('~icons/carbon/back-to-top')['default']
CarbonCalendar: typeof import('~icons/carbon/calendar')['default']
CarbonHome: typeof import('~icons/carbon/home')['default']
CarbonMenu: typeof import('~icons/carbon/menu')['default']
CarbonMoon: typeof import('~icons/carbon/moon')['default']
CarbonSearch: typeof import('~icons/carbon/search')['default']
CarbonSun: typeof import('~icons/carbon/sun')['default']
CarbonWarningAltFilled: typeof import('~icons/carbon/warning-alt-filled')['default']
Footer: typeof import('./src/components/Footer/Footer.vue')['default']
ImageThree: typeof import('./src/components/Image/ImageThree.vue')['default']
ImageTwo: typeof import('./src/components/Image/ImageTwo.vue')['default']
Latest: typeof import('./src/components/Articles/Latest.vue')['default']
Navbar: typeof import('./src/components/Navigation/Navbar.vue')['default']
Paginate: typeof import('./src/components/Pagination/Paginate.vue')['default']
Post: typeof import('./src/components/Articles/Post.vue')['default']
Share: typeof import('./src/components/Button/Share.vue')['default']
Tag: typeof import('./src/components/Button/Tag.vue')['default']
ToTopBtn: typeof import('./src/components/Button/ToTopBtn.vue')['default']
UilGithub: typeof import('~icons/uil/github')['default']
}
}
export { }