mirror of
https://github.com/louislam/dockge.git
synced 2026-05-21 22:12:17 +00:00
21 lines
860 B
TypeScript
21 lines
860 B
TypeScript
/* 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 {
|
|
BDropdown: typeof import('bootstrap-vue-next')['BDropdown']
|
|
BDropdownItem: typeof import('bootstrap-vue-next')['BDropdownItem']
|
|
Confirm: typeof import('./src/components/Confirm.vue')['default']
|
|
Login: typeof import('./src/components/Login.vue')['default']
|
|
MonitorListItem: typeof import('./src/components/MonitorListItem.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
StackList: typeof import('./src/components/StackList.vue')['default']
|
|
StackListItem: typeof import('./src/components/StackListItem.vue')['default']
|
|
}
|
|
}
|