2025-06-20 20:38:30 +01:00
|
|
|
/* eslint-disable */
|
|
|
|
// @ts-nocheck
|
|
|
|
// Generated by unplugin-vue-components
|
|
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
|
// biome-ignore lint: disable
|
|
|
|
export {}
|
2022-01-10 11:25:03 +00:00
|
|
|
|
2025-06-20 20:38:30 +01:00
|
|
|
/* prettier-ignore */
|
2022-01-10 11:25:03 +00:00
|
|
|
declare module 'vue' {
|
|
|
|
export interface GlobalComponents {
|
|
|
|
CarbonEdit: typeof import('~icons/carbon/edit')['default']
|
|
|
|
CarbonErase: typeof import('~icons/carbon/erase')['default']
|
|
|
|
CarbonHome: typeof import('~icons/carbon/home')['default']
|
|
|
|
CarbonLanguage: typeof import('~icons/carbon/language')['default']
|
2022-01-11 15:56:04 +00:00
|
|
|
CarbonWarning: typeof import('~icons/carbon/warning')['default']
|
2022-01-10 11:25:03 +00:00
|
|
|
Footer: typeof import('./src/components/Footer.vue')['default']
|
|
|
|
MenuLocales: typeof import('./src/components/MenuLocales.vue')['default']
|
|
|
|
MessageBox: typeof import('./src/components/MessageBox.vue')['default']
|
|
|
|
MessageBoxView: typeof import('./src/components/MessageBoxView.vue')['default']
|
|
|
|
Modal: typeof import('./src/components/Modal.vue')['default']
|
|
|
|
Navbar: typeof import('./src/components/Navbar.vue')['default']
|
|
|
|
NavMenu: typeof import('./src/components/NavMenu.vue')['default']
|
|
|
|
README: typeof import('./src/components/README.md')['default']
|
2025-06-20 20:38:30 +01:00
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
2022-01-10 11:25:03 +00:00
|
|
|
TiptapEditor: typeof import('./src/components/TiptapEditor.vue')['default']
|
|
|
|
}
|
|
|
|
}
|