23 lines
800 B
TypeScript
23 lines
800 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']
|
|
VanButton: typeof import('vant/es')['Button']
|
|
VanEmpty: typeof import('vant/es')['Empty']
|
|
VanIcon: typeof import('vant/es')['Icon']
|
|
VanLoading: typeof import('vant/es')['Loading']
|
|
VanNavBar: typeof import('vant/es')['NavBar']
|
|
VanPopup: typeof import('vant/es')['Popup']
|
|
VanPullRefresh: typeof import('vant/es')['PullRefresh']
|
|
VanSearch: typeof import('vant/es')['Search']
|
|
VanSlider: typeof import('vant/es')['Slider']
|
|
}
|
|
}
|