Alisa/web/components.d.ts

19 lines
797 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 {}
2024-07-11 18:51:03 +02:00
declare module "vue" {
2024-07-05 11:49:29 +02:00
export interface GlobalComponents {
2024-07-11 18:51:03 +02:00
CategoryContainer: typeof import("./src/components/CategoryContainer.vue")["default"];
Clipboard: typeof import("./src/components/Clipboard.vue")["default"];
HeaderBar: typeof import("./src/components/HeaderBar.vue")["default"];
ListViewElement: typeof import("./src/components/ListViewElement.vue")["default"];
LoginPage: typeof import("./src/components/loginPage.vue")["default"];
MainPage: typeof import("./src/components/MainPage.vue")["default"];
UsersDialog: typeof import("./src/components/NavBarIcons/UsersDialog.vue")["default"];
2024-07-05 11:49:29 +02:00
}
}