2025-08-28 18:41:49 +08:00
|
|
|
/* 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 {
|
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
|
VanButton: typeof import('vant/es')['Button']
|
2025-08-28 21:04:22 +08:00
|
|
|
VanCell: typeof import('vant/es')['Cell']
|
|
|
|
VanCheckbox: typeof import('vant/es')['Checkbox']
|
|
|
|
VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup']
|
|
|
|
VanIcon: typeof import('vant/es')['Icon']
|
2025-08-28 21:34:09 +08:00
|
|
|
VanLoading: typeof import('vant/es')['Loading']
|
2025-08-28 18:41:49 +08:00
|
|
|
VanNavBar: typeof import('vant/es')['NavBar']
|
2025-08-28 21:04:22 +08:00
|
|
|
VanPopup: typeof import('vant/es')['Popup']
|
|
|
|
VanTab: typeof import('vant/es')['Tab']
|
2025-08-28 18:41:49 +08:00
|
|
|
VanTabbar: typeof import('vant/es')['Tabbar']
|
|
|
|
VanTabbarItem: typeof import('vant/es')['TabbarItem']
|
2025-08-28 21:04:22 +08:00
|
|
|
VanTabs: typeof import('vant/es')['Tabs']
|
2025-08-28 21:34:09 +08:00
|
|
|
VanTag: typeof import('vant/es')['Tag']
|
2025-08-28 18:41:49 +08:00
|
|
|
}
|
|
|
|
}
|