-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
29 lines (27 loc) · 1.42 KB
/
components.d.ts
File metadata and controls
29 lines (27 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* eslint-disable */
// @ts-nocheck
// biome-ignore lint: disable
// oxlint-disable
// ------
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
ImageNodeView: typeof import('./src/components/editor/ImageNodeView.vue')['default']
MainView: typeof import('./src/views/MainView.vue')['default']
NotebookTree: typeof import('./src/components/sidebar/NotebookTree.vue')['default']
NotebookTreeItem: typeof import('./src/components/sidebar/NotebookTreeItem.vue')['default']
NoteEditor: typeof import('./src/components/editor/NoteEditor.vue')['default']
NoteList: typeof import('./src/components/notelist/NoteList.vue')['default']
NoteListItem: typeof import('./src/components/notelist/NoteListItem.vue')['default']
QuickCreateModal: typeof import('./src/components/modals/QuickCreateModal.vue')['default']
SearchModal: typeof import('./src/components/search/SearchModal.vue')['default']
SettingsView: typeof import('./src/views/SettingsView.vue')['default']
SidebarActions: typeof import('./src/components/sidebar/SidebarActions.vue')['default']
SyncToast: typeof import('./src/components/SyncToast.vue')['default']
TrashModal: typeof import('./src/components/modals/TrashModal.vue')['default']
UnlockView: typeof import('./src/views/UnlockView.vue')['default']
}
}