2024-07-05 11:49:29 +02:00
|
|
|
/* 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 {
|
2024-07-08 13:18:54 +02:00
|
|
|
CategoryContainer: typeof import('./src/components/CategoryContainer.vue')['default']
|
|
|
|
HeaderBar: typeof import('./src/components/HeaderBar.vue')['default']
|
|
|
|
ListViewElement: typeof import('./src/components/ListViewElement.vue')['default']
|
|
|
|
ListViewTemplate: typeof import('./src/components/ListViewTemplate.vue')['default']
|
|
|
|
SearchElement: typeof import('./src/components/SearchElement.vue')['default']
|
2024-07-05 12:34:49 +02:00
|
|
|
StartPage: typeof import('./src/components/StartPage.vue')['default']
|
2024-07-08 14:44:50 +02:00
|
|
|
TurboLogo: typeof import('./src/components/turboLogo.vue')['default']
|
2024-07-05 11:49:29 +02:00
|
|
|
}
|
|
|
|
}
|