You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.8 KiB
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 {
About: typeof import('./src/components/common/Setting/About.vue')['default']
Advanced: typeof import('./src/components/common/Setting/Advanced.vue')['default']
Button: typeof import('./src/components/common/HoverButton/Button.vue')['default']
General: typeof import('./src/components/common/Setting/General.vue')['default']
GithubSite: typeof import('./src/components/custom/GithubSite.vue')['default']
HoverButton: typeof import('./src/components/common/HoverButton/index.vue')['default']
NaiveProvider: typeof import('./src/components/common/NaiveProvider/index.vue')['default']
NButton: typeof import('naive-ui')['NButton']
NCheckbox: typeof import('naive-ui')['NCheckbox']
NImage: typeof import('naive-ui')['NImage']
NImageGroup: typeof import('naive-ui')['NImageGroup']
NInput: typeof import('naive-ui')['NInput']
NModal: typeof import('naive-ui')['NModal']
NPageHeader: typeof import('naive-ui')['NPageHeader']
NPopover: typeof import('naive-ui')['NPopover']
NSpace: typeof import('naive-ui')['NSpace']
NUpload: typeof import('naive-ui')['NUpload']
PromptStore: typeof import('./src/components/common/PromptStore/index.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Setting: typeof import('./src/components/common/Setting/index.vue')['default']
SvgIcon: typeof import('./src/components/common/SvgIcon/index.vue')['default']
UserAvatar: typeof import('./src/components/common/UserAvatar/index.vue')['default']
}
}