You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
489 B
15 lines
489 B
/* eslint-disable */
|
|
// @ts-nocheck
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
// biome-ignore lint: disable
|
|
export {};
|
|
|
|
/* prettier-ignore */
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
LocaleSwitcher: typeof import('./src/components/LocaleSwitcher/index.vue')['default']
|
|
ThemeSwitcher: typeof import('./src/components/ThemeSwitcher/index.vue')['default']
|
|
VanButton: typeof import('vant/es')['Button']
|
|
}
|
|
}
|
|
|