16 lines
628 B
TypeScript
16 lines
628 B
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']
|
|
HeaderBar: typeof import('./src/components/HeaderBar.vue')['default']
|
|
ListViewElement: typeof import('./src/components/ListViewElement.vue')['default']
|
|
LoginPage: typeof import('./src/components/loginPage.vue')['default']
|
|
}
|
|
}
|