mirror of
https://github.com/louislam/dockge.git
synced 2024-11-28 19:24:18 +01:00
22 lines
896 B
TypeScript
22 lines
896 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 {
|
|
BButton: typeof import('bootstrap-vue-next')['BButton']
|
|
BModal: typeof import('bootstrap-vue-next')['BModal']
|
|
Confirm: typeof import('./src/components/Confirm.vue')['default']
|
|
Login: typeof import('./src/components/Login.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']
|
|
Terminal: typeof import('./src/components/Terminal.vue')['default']
|
|
Uptime: typeof import('./src/components/Uptime.vue')['default']
|
|
}
|
|
}
|