24 lines
1.3 KiB
TypeScript
24 lines
1.3 KiB
TypeScript
/* 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 {
|
|
CategoryContainer: typeof import('./src/components/CategoryContainer.vue')['default']
|
|
Clipboard: typeof import('./src/components/Clipboard.vue')['default']
|
|
copy: typeof import("./src/components/UpdateDialog copy.vue")["default"]
|
|
DeleteDialog: typeof import('./src/components/DeleteDialog.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']
|
|
UpdateDialog: typeof import('./src/components/UpdateDialog.vue')['default']
|
|
UsersAddDialog: typeof import('./src/components/NavBarIcons/UsersAddDialog.vue')['default']
|
|
UsersDeleteActions: typeof import('./src/components/NavBarIcons/UsersDeleteActions.vue')['default']
|
|
UsersDialog: typeof import('./src/components/NavBarIcons/UsersDialog.vue')['default']
|
|
UsersEditActions: typeof import('./src/components/NavBarIcons/UsersEditActions.vue')['default']
|
|
}
|
|
}
|