20 lines
686 B
TypeScript
20 lines
686 B
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 {
|
||
|
RouterLink: typeof import('vue-router')['RouterLink']
|
||
|
RouterView: typeof import('vue-router')['RouterView']
|
||
|
SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default']
|
||
|
VanLoading: typeof import('vant/es')['Loading']
|
||
|
VanNoticeBar: typeof import('vant/es')['NoticeBar']
|
||
|
VanOverlay: typeof import('vant/es')['Overlay']
|
||
|
VanSwipe: typeof import('vant/es')['Swipe']
|
||
|
VanSwipeItem: typeof import('vant/es')['SwipeItem']
|
||
|
}
|
||
|
}
|