generated from zernonia/vite-haste
-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
components.d.ts
23 lines (21 loc) · 1.26 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
// 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 {
BasePage: typeof import('./src/components/BasePage.vue')['default']
CodeGraphql: typeof import('./src/components/CodeGraphql.vue')['default']
CodeInit: typeof import('./src/components/CodeInit.vue')['default']
'CodeInit copy': typeof import('./src/components/CodeInit copy.vue')['default']
'IHeroiconsOutline:clipboardCopy': typeof import('~icons/heroicons-outline/clipboard-copy')['default']
'IHeroiconsOutline:home': typeof import('~icons/heroicons-outline/home')['default']
'IHeroiconsOutline:userCircle': typeof import('~icons/heroicons-outline/user-circle')['default']
'ISimpleIcons:github': typeof import('~icons/simple-icons/github')['default']
'ISimpleIcons:imdb': typeof import('~icons/simple-icons/imdb')['default']
'ISimpleIcons:steam': typeof import('~icons/simple-icons/steam')['default']
LazyImage: typeof import('./src/components/LazyImage.vue')['default']
ProductPage: typeof import('./src/components/ProductPage.vue')['default']
Tabs: typeof import('./src/components/Tabs.vue')['default']
}
}
export { }