-
Notifications
You must be signed in to change notification settings - Fork 8
/
components.d.ts
28 lines (27 loc) · 1.55 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
/* 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 {
Bandage: typeof import('./src/components/Bandage.vue')['default']
IconCPU: typeof import('./src/components/icon/IconCPU.vue')['default']
IconDisk: typeof import('./src/components/icon/IconDisk.vue')['default']
IconDownload: typeof import('./src/components/icon/IconDownload.vue')['default']
IconLayoutFlex: typeof import('./src/components/icon/IconLayoutFlex.vue')['default']
IconLayoutGrid: typeof import('./src/components/icon/IconLayoutGrid.vue')['default']
IconLayoutList: typeof import('./src/components/icon/IconLayoutList.vue')['default']
IconMemory: typeof import('./src/components/icon/IconMemory.vue')['default']
IconSettings: typeof import('./src/components/icon/IconSettings.vue')['default']
IconUpload: typeof import('./src/components/icon/IconUpload.vue')['default']
Progress: typeof import('./src/components/Progress.vue')['default']
ServerCard: typeof import('./src/components/ServerCard.vue')['default']
ServerItem: typeof import('./src/components/ServerItem.vue')['default']
SettingItem: typeof import('./src/components/SettingItem.vue')['default']
StatusChart: typeof import('./src/components/StatusChart.vue')['default']
StatusIndicator: typeof import('./src/components/StatusIndicator.vue')['default']
Switch: typeof import('./src/components/Switch.vue')['default']
}
}