auto imports
This commit is contained in:
26
components.d.ts
vendored
Normal file
26
components.d.ts
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
/* 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/Autocomplete.vue')['default']
|
||||
Hamburger: typeof import('./src/components/Hamburger.vue')['default']
|
||||
Logo: typeof import('./src/components/Logo.vue')['default']
|
||||
Modal: typeof import('./src/components/Modal.vue')['default']
|
||||
Note: typeof import('./src/components/Note.vue')['default']
|
||||
NoteEditor: typeof import('./src/components/Note/NoteEditor.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']
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user