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']
|
2024-03-07 08:26:20 +08:00
|
|
|
ArticlesMenu: typeof import('./theme/components/ArticlesMenu.vue')['default']
|
2024-04-10 08:53:17 +08:00
|
|
|
CopyrightInfo: typeof import('./theme/components/CopyrightInfo.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']
|
|
|
|
}
|
|
|
|
}
|