-
Notifications
You must be signed in to change notification settings - Fork 0
/
components.d.ts
32 lines (31 loc) · 1.89 KB
/
components.d.ts
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
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
declare module 'vue' {
export interface GlobalComponents {
AccountSettings: typeof import('./src/views/settings/account/AccountSettings.vue')['default']
AddMarker: typeof import('./src/components/AddMarker.vue')['default']
Button: typeof import('./src/components/ui/button/Button.vue')['default']
ColourSelector: typeof import('./src/components/ColourSelector.vue')['default']
Disclaimer: typeof import('./src/components/Disclaimer.vue')['default']
ErrorMessage: typeof import('./src/components/ErrorMessage.vue')['default']
ImageSettings: typeof import('./src/views/settings/ImageSettings.vue')['default']
InformationMark: typeof import('./src/components/InformationMark.vue')['default']
Input: typeof import('./src/components/ui/input/Input.vue')['default']
ItemDetails: typeof import('./src/components/ItemDetails.vue')['default']
Label: typeof import('./src/components/ui/label/Label.vue')['default']
LoadingScreen: typeof import('./src/components/LoadingScreen.vue')['default']
LoginForm: typeof import('./src/components/LoginForm.vue')['default']
MonthSelector: typeof import('./src/components/MonthSelector.vue')['default']
ReferenceImage: typeof import('./src/components/ReferenceImage.vue')['default']
ReferenceImages: typeof import('./src/components/ReferenceImages.vue')['default']
ServerHealth: typeof import('./src/components/ServerHealth.vue')['default']
ServerSelector: typeof import('./src/components/ServerSelector.vue')['default']
SettingsMenu: typeof import('./src/views/settings/settingsMenu.vue')['default']
SettingsWrapper: typeof import('./src/views/settings/SettingsWrapper.vue')['default']
SideMenu: typeof import('./src/components/SideMenu.vue')['default']
}
}