Alisa/web/components.d.ts

17 lines
628 B
TypeScript
Raw Normal View History

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-09 12:00:33 +02:00
CategoryContainer: typeof import('./src/components/CategoryContainer.vue')['default']
Clipboard: typeof import('./src/components/Clipboard.vue')['default']
2024-07-09 12:00:33 +02:00
HeaderBar: typeof import('./src/components/HeaderBar.vue')['default']
ListViewElement: typeof import('./src/components/ListViewElement.vue')['default']
2024-07-09 11:19:09 +02:00
LoginPage: typeof import('./src/components/loginPage.vue')['default']
2024-07-05 11:49:29 +02:00
}
}