generated from xiaoluoboding/vue-library-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
20 lines (19 loc) · 828 Bytes
/
components.d.ts
File metadata and controls
20 lines (19 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* 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 {
'Carbon:cafe': typeof import('~icons/carbon/cafe')['default']
'Carbon:logoGithub': typeof import('~icons/carbon/logo-github')['default']
'Carbon:logoTwitter': typeof import('~icons/carbon/logo-twitter')['default']
'Carbon:moon': typeof import('~icons/carbon/moon')['default']
'Carbon:sun': typeof import('~icons/carbon/sun')['default']
Logo: typeof import('./src/components/Logo.vue')['default']
'Mdi:heart': typeof import('~icons/mdi/heart')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}