generated from antfu-collective/vitesse
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
components.d.ts
22 lines (20 loc) · 1.19 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
// generated by vite-plugin-components
// read more https://github.com/vuejs/vue-next/pull/3399
declare module 'vue' {
export interface GlobalComponents {
CarbonCampsite: typeof import('virtual:vite-icons/carbon/campsite')['default']
CarbonDicomOverlay: typeof import('virtual:vite-icons/carbon/dicom-overlay')['default']
CarbonLanguage: typeof import('virtual:vite-icons/carbon/language')['default']
CarbonLogoGithub: typeof import('virtual:vite-icons/carbon/logo-github')['default']
CarbonMoon: typeof import('virtual:vite-icons/carbon/moon')['default']
CarbonPedestrian: typeof import('virtual:vite-icons/carbon/pedestrian')['default']
CarbonSun: typeof import('virtual:vite-icons/carbon/sun')['default']
CarbonWarning: typeof import('virtual:vite-icons/carbon/warning')['default']
'Fa:angleDoubleLeft': typeof import('virtual:vite-icons/fa/angle-double-left')['default']
Footer: typeof import('./src/components/Footer.vue')['default']
MainCard: typeof import('./src/components/MainCard.vue')['default']
'Mdi:twitter': typeof import('virtual:vite-icons/mdi/twitter')['default']
README: typeof import('./src/components/README.md')['default']
}
}
export { }