YspeaApp/components.d.ts

32 lines
1.2 KiB
TypeScript
Raw Normal View History

2023-07-25 14:12:59 +08:00
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
2025-08-28 17:00:20 +08:00
import '@vue/runtime-core'
2023-07-25 14:12:59 +08:00
export {}
2025-08-28 17:00:20 +08:00
declare module '@vue/runtime-core' {
2023-07-25 14:12:59 +08:00
export interface GlobalComponents {
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
TabBar: typeof import('./src/components/TabBar.vue')['default']
VanButton: typeof import('vant/es')['Button']
VanCascader: typeof import('vant/es')['Cascader']
2024-06-17 09:54:43 +08:00
VanDatePicker: typeof import('vant/es')['DatePicker']
2023-07-25 14:12:59 +08:00
VanField: typeof import('vant/es')['Field']
VanForm: typeof import('vant/es')['Form']
VanNavBar: typeof import('vant/es')['NavBar']
2024-06-25 14:16:23 +08:00
VanOverlay: typeof import('vant/es')['Overlay']
2023-07-25 14:12:59 +08:00
VanPicker: typeof import('vant/es')['Picker']
VanPopup: typeof import('vant/es')['Popup']
VanSwipe: typeof import('vant/es')['Swipe']
VanSwipeCell: typeof import('vant/es')['SwipeCell']
VanSwipeItem: typeof import('vant/es')['SwipeItem']
VanTabbar: typeof import('vant/es')['Tabbar']
VanTabbarItem: typeof import('vant/es')['TabbarItem']
VanUploader: typeof import('vant/es')['Uploader']
}
}