-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
components.d.ts
26 lines (24 loc) · 1.3 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
// 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'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
Button: typeof import('./src/components/ui/button/Button.vue')['default']
'Carbon:cafe': typeof import('~icons/carbon/cafe')['default']
'Carbon:logoTwitter': typeof import('~icons/carbon/logo-twitter')['default']
Footer: typeof import('./src/components/Footer.vue')['default']
Hero: typeof import('./src/components/Hero.vue')['default']
IconMenu: typeof import('./src/components/IconMenu.vue')['default']
IconPalette: typeof import('./src/components/IconPalette.vue')['default']
'Logos:nuxtIcon': typeof import('~icons/logos/nuxt-icon')['default']
'Logos:vue': typeof import('~icons/logos/vue')['default']
'Mdi:heart': typeof import('~icons/mdi/heart')['default']
'Ri:githubFill': typeof import('~icons/ri/github-fill')['default']
'Ri:moonLine': typeof import('~icons/ri/moon-line')['default']
'Ri:sunLine': typeof import('~icons/ri/sun-line')['default']
'Ri:translate2': typeof import('~icons/ri/translate2')['default']
ToggleButton: typeof import('./src/components/ToggleButton.vue')['default']
}
}