30 lines
1.5 KiB
TypeScript
30 lines
1.5 KiB
TypeScript
/* eslint-disable */
|
|
/* prettier-ignore */
|
|
// @ts-nocheck
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
import '@vue/runtime-core'
|
|
|
|
export {}
|
|
|
|
declare module '@vue/runtime-core' {
|
|
export interface GlobalComponents {
|
|
Autocomplete: typeof import('./src/components/Note/Autocomplete.vue')['default']
|
|
Hamburger: typeof import('./src/components/TopBar/Hamburger.vue')['default']
|
|
ListView: typeof import('./src/components/ViewModes/ListView.vue')['default']
|
|
Logo: typeof import('./src/components/TopBar/Logo.vue')['default']
|
|
Mindmap: typeof import('./src/components/ViewModes/Mindmap.vue')['default']
|
|
Modal: typeof import('./src/components/Modal.vue')['default']
|
|
Note: typeof import('./src/components/ViewModes/Note.vue')['default']
|
|
NoteEditor: typeof import('./src/components/Note/NoteEditor.vue')['default']
|
|
NoteReferences: typeof import('./src/components/Note/NoteReferences.vue')['default']
|
|
NoteToolbar: typeof import('./src/components/Note/NoteToolbar.vue')['default']
|
|
SearchBar: typeof import('./src/components/Search/SearchBar.vue')['default']
|
|
SearchResult: typeof import('./src/components/Search/SearchResult.vue')['default']
|
|
SideBar: typeof import('./src/components/SideBar.vue')['default']
|
|
SideBarMenu: typeof import('./src/components/SideBar/SideBarMenu.vue')['default']
|
|
SideBarMenuItem: typeof import('./src/components/SideBar/SideBarMenuItem.vue')['default']
|
|
TopBar: typeof import('./src/components/TopBar.vue')['default']
|
|
}
|
|
}
|