23 lines
723 B
TypeScript
23 lines
723 B
TypeScript
|
|
/* eslint-disable */
|
||
|
|
// @ts-nocheck
|
||
|
|
// biome-ignore lint: disable
|
||
|
|
// oxlint-disable
|
||
|
|
// ------
|
||
|
|
// Generated by unplugin-vue-components
|
||
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
||
|
|
|
||
|
|
export {}
|
||
|
|
|
||
|
|
/* prettier-ignore */
|
||
|
|
declare module 'vue' {
|
||
|
|
export interface GlobalComponents {
|
||
|
|
ImageViewer: typeof import('./src/components/ImageViewer.vue')['default']
|
||
|
|
Loading: typeof import('./src/components/Loading.vue')['default']
|
||
|
|
Message: typeof import('./src/components/Message.vue')['default']
|
||
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
||
|
|
RouterView: typeof import('vue-router')['RouterView']
|
||
|
|
VanButton: typeof import('vant/es')['Button']
|
||
|
|
VanDialog: typeof import('vant/es')['Dialog']
|
||
|
|
}
|
||
|
|
}
|