This repository was archived by the owner on May 26, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
41 lines (40 loc) · 2.87 KB
/
Copy pathcomponents.d.ts
File metadata and controls
41 lines (40 loc) · 2.87 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
30
31
32
33
34
35
36
37
38
39
40
41
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
AddLinkDialog: typeof import('./src/components/editor/bubble-menu/AddLinkDialog.vue')['default']
BubbleMenu: typeof import('./src/components/editor/bubble-menu/BubbleMenu.vue')['default']
ChildrenOptions: typeof import('./src/components/editor/note-children/ChildrenOptions.vue')['default']
Editor: typeof import('./src/components/editor/Editor.vue')['default']
EditorOptions: typeof import('./src/components/editor/EditorOptions.vue')['default']
EditorView: typeof import('./src/components/editor/EditorView.vue')['default']
ElementDropdown: typeof import('./src/components/editor/bubble-menu/ElementDropdown.vue')['default']
FloatingMenu: typeof import('./src/components/editor/floating-menu/FloatingMenu.vue')['default']
GenericButton: typeof import('./src/components/generic/GenericButton.vue')['default']
GenericDialog: typeof import('./src/components/generic/GenericDialog.vue')['default']
GenericErrorMessage: typeof import('./src/components/generic/GenericErrorMessage.vue')['default']
GenericSwitch: typeof import('./src/components/generic/switch/GenericSwitch.vue')['default']
LoadingOverlay: typeof import('./src/components/loading/LoadingOverlay.vue')['default']
NewWorkspaceCard: typeof import('./src/components/workspace/NewWorkspaceCard.vue')['default']
NoteChildren: typeof import('./src/components/editor/note-children/NoteChildren.vue')['default']
NoteChildrenBig: typeof import('./src/components/editor/note-children/NoteChildrenBig.vue')['default']
NoteChildrenSmall: typeof import('./src/components/editor/note-children/NoteChildrenSmall.vue')['default']
RemoveDialog: typeof import('./src/components/workspace/dialog/RemoveDialog.vue')['default']
RenameDialog: typeof import('./src/components/workspace/dialog/RenameDialog.vue')['default']
RenameErrorMessage: typeof import('./src/components/editor/error/RenameErrorMessage.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Settings: typeof import('./src/components/settings/Settings.vue')['default']
Sidebar: typeof import('./src/components/sidebar/Sidebar.vue')['default']
SidebarButtons: typeof import('./src/components/sidebar/SidebarButtons.vue')['default']
SidebarSettings: typeof import('./src/components/sidebar/SidebarSettings.vue')['default']
Spinner: typeof import('./src/components/loading/Spinner.vue')['default']
WorkspaceCard: typeof import('./src/components/workspace/WorkspaceCard.vue')['default']
WorkspaceMenuItem: typeof import('./src/components/workspace/WorkspaceMenuItem.vue')['default']
}
}