2023-12-05 23:18:27 +08:00
|
|
|
/* 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 {
|
2023-12-22 18:55:13 +08:00
|
|
|
AppearanceToggle: typeof import('./theme/components/AppearanceToggle.vue')['default']
|
2024-02-06 20:02:55 +08:00
|
|
|
AppSBox: typeof import('./theme/components/AppSBox.vue')['default']
|
2023-12-05 23:18:27 +08:00
|
|
|
HomeContent: typeof import('./theme/components/HomeContent.vue')['default']
|
|
|
|
PageInfo: typeof import('./theme/components/PageInfo.vue')['default']
|
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
2024-02-07 14:50:24 +08:00
|
|
|
Starport: typeof import('vue-starport')['Starport']
|
|
|
|
StarportCarrier: typeof import('vue-starport')['StarportCarrier']
|
2023-12-05 23:18:27 +08:00
|
|
|
}
|
|
|
|
}
|