2024-02-18 17:19:37 +01: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-04-19 16:22:30 +02:00
|
|
|
ActionComponent: typeof import('./src/components/statusBar/ActionComponent.vue')['default']
|
2024-02-18 17:19:37 +01:00
|
|
|
AlertManager: typeof import('./src/components/AlertManager.vue')['default']
|
|
|
|
BackupConfigAddon: typeof import('./src/components/settings/BackupConfig/BackupConfigAddon.vue')['default']
|
|
|
|
BackupConfigAutoBackup: typeof import('./src/components/settings/BackupConfig/BackupConfigAutoBackup.vue')['default']
|
|
|
|
BackupConfigAutoClean: typeof import('./src/components/settings/BackupConfig/BackupConfigAutoClean.vue')['default']
|
|
|
|
BackupConfigAutoStop: typeof import('./src/components/settings/BackupConfig/BackupConfigAutoStop.vue')['default']
|
|
|
|
BackupConfigFolder: typeof import('./src/components/settings/BackupConfig/BackupConfigFolder.vue')['default']
|
|
|
|
BackupConfigForm: typeof import('./src/components/settings/BackupConfigForm.vue')['default']
|
|
|
|
BackupConfigMenu: typeof import('./src/components/settings/BackupConfigMenu.vue')['default']
|
|
|
|
BackupConfigSecurity: typeof import('./src/components/settings/BackupConfig/BackupConfigSecurity.vue')['default']
|
2024-04-19 16:22:30 +02:00
|
|
|
BackupStatus: typeof import('./src/components/statusBar/BackupStatus.vue')['default']
|
2024-02-18 17:19:37 +01:00
|
|
|
CloudDeleteDialog: typeof import('./src/components/cloud/CloudDeleteDialog.vue')['default']
|
|
|
|
CloudList: typeof import('./src/components/cloud/CloudList.vue')['default']
|
|
|
|
CloudListItem: typeof import('./src/components/cloud/CloudListItem.vue')['default']
|
2024-04-19 16:22:30 +02:00
|
|
|
ConnectionStatus: typeof import('./src/components/statusBar/ConnectionStatus.vue')['default']
|
2024-07-22 14:12:44 +02:00
|
|
|
HaDeleteDialog: typeof import('./src/components/homeAssistant/HaDeleteDialog.vue')['default']
|
2024-02-18 17:19:37 +01:00
|
|
|
HaList: typeof import('./src/components/homeAssistant/HaList.vue')['default']
|
|
|
|
HaListItem: typeof import('./src/components/homeAssistant/HaListItem.vue')['default']
|
|
|
|
HaListItemContent: typeof import('./src/components/homeAssistant/HaListItemContent.vue')['default']
|
|
|
|
MessageBar: typeof import('./src/components/MessageBar.vue')['default']
|
|
|
|
NavbarComponent: typeof import('./src/components/NavbarComponent.vue')['default']
|
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
2024-04-19 16:22:30 +02:00
|
|
|
StatusBar: typeof import('./src/components/statusBar/StatusBar.vue')['default']
|
2024-02-18 17:19:37 +01:00
|
|
|
WebdavConfigForm: typeof import('./src/components/settings/WebdavConfigForm.vue')['default']
|
|
|
|
WebdavConfigMenu: typeof import('./src/components/settings/WebdavConfigMenu.vue')['default']
|
|
|
|
}
|
|
|
|
}
|