26 lines
1.3 KiB
TypeScript
26 lines
1.3 KiB
TypeScript
// generated by unplugin-vue-components
|
|
// We suggest you to commit this file into source control
|
|
// Read more: https://github.com/vuejs/vue-next/pull/3399
|
|
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
CarbonDicomOverlay: typeof import('~icons/carbon/dicom-overlay')['default']
|
|
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']
|
|
CarbonWarning: typeof import('~icons/carbon/warning')['default']
|
|
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']
|
|
TiptapEditor: typeof import('./src/components/TiptapEditor.vue')['default']
|
|
}
|
|
}
|
|
|
|
export { }
|