Files
docker-website/components.d.ts
2022-12-06 19:31:52 +01:00

21 lines
926 B
TypeScript

// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
ApplicationsList: typeof import('./src/components/applications-list.vue')['default']
BackupRestore: typeof import('./src/components/backup-restore.vue')['default']
Demo: typeof import('./src/components/demo.vue')['default']
Disclaimer: typeof import('./src/components/disclaimer.vue')['default']
HeroButtons: typeof import('./src/components/hero-buttons.vue')['default']
HeroTitle: typeof import('./src/components/hero-title.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Terminal: typeof import('./src/components/terminal.vue')['default']
}
}