Alisa/web/components.d.ts

24 lines
1.2 KiB
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 19:47:55 +02:00
declare module 'vue' {
2024-07-05 11:49:29 +02:00
export interface GlobalComponents {
2024-07-11 19:47:55 +02:00
CategoryContainer: typeof import('./src/components/CategoryContainer.vue')['default']
Clipboard: typeof import('./src/components/Clipboard.vue')['default']
2024-07-11 22:48:12 +02:00
copy: typeof import("./src/components/UpdateDialog copy.vue")["default"]
2024-07-11 21:46:35 +02:00
DeleteDialog: typeof import('./src/components/DeleteDialog.vue')['default']
2024-07-11 19:47:55 +02:00
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']
2024-07-11 21:07:31 +02:00
UpdateDialog: typeof import('./src/components/UpdateDialog.vue')['default']
2024-07-11 22:48:12 +02:00
UsersDeleteActions: typeof import('./src/components/NavBarIcons/UsersDeleteActions.vue')['default']
2024-07-11 19:47:55 +02:00
UsersDialog: typeof import('./src/components/NavBarIcons/UsersDialog.vue')['default']
2024-07-11 22:48:12 +02:00
UsersEditActions: typeof import('./src/components/NavBarIcons/UsersEditActions.vue')['default']
2024-07-05 11:49:29 +02:00
}
}