-
-
Notifications
You must be signed in to change notification settings - Fork 251
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
26 lines (25 loc) · 1.41 KB
/
components.d.ts
File metadata and controls
26 lines (25 loc) · 1.41 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
/* 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 {
AnnotationSelectionMenu: typeof import('./src/components/AnnotationSelectionMenu.vue')['default']
AnnotationToolbar: typeof import('./src/components/AnnotationToolbar.vue')['default']
Application: typeof import('./src/components/Application.vue')['default']
Drawer: typeof import('./src/components/drawer-system/Drawer.vue')['default']
DrawerProvider: typeof import('./src/components/drawer-system/DrawerProvider.vue')['default']
DrawerToggleButton: typeof import('./src/components/drawer-system/DrawerToggleButton.vue')['default']
PageControls: typeof import('./src/components/PageControls.vue')['default']
PrintDialog: typeof import('./src/components/PrintDialog.vue')['default']
RedactionSelectionMenu: typeof import('./src/components/RedactionSelectionMenu.vue')['default']
RedactToolbar: typeof import('./src/components/RedactToolbar.vue')['default']
Search: typeof import('./src/components/Search.vue')['default']
Sidebar: typeof import('./src/components/Sidebar.vue')['default']
Toolbar: typeof import('./src/components/Toolbar.vue')['default']
ZoomControls: typeof import('./src/components/ZoomControls.vue')['default']
}
}