| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- /* 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 {
- BottomNav: typeof import('./src/components/BottomNav.vue')['default']
- ChatWidget: typeof import('./src/components/ChatWidget.vue')['default']
- ImageUploader: typeof import('./src/components/ImageUploader.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- TagSelector: typeof import('./src/components/TagSelector.vue')['default']
- TreeCard: typeof import('./src/components/TreeCard.vue')['default']
- VanActionSheet: typeof import('vant/es')['ActionSheet']
- VanButton: typeof import('vant/es')['Button']
- VanCell: typeof import('vant/es')['Cell']
- VanCellGroup: typeof import('vant/es')['CellGroup']
- VanEmpty: typeof import('vant/es')['Empty']
- VanField: typeof import('vant/es')['Field']
- VanForm: typeof import('vant/es')['Form']
- VanIcon: typeof import('vant/es')['Icon']
- VanImage: typeof import('vant/es')['Image']
- VanList: typeof import('vant/es')['List']
- VanLoading: typeof import('vant/es')['Loading']
- VanNavBar: typeof import('vant/es')['NavBar']
- VanPopup: typeof import('vant/es')['Popup']
- VanPullRefresh: typeof import('vant/es')['PullRefresh']
- VanSwitch: typeof import('vant/es')['Switch']
- VanTab: typeof import('vant/es')['Tab']
- VanTabbar: typeof import('vant/es')['Tabbar']
- VanTabbarItem: typeof import('vant/es')['TabbarItem']
- VanTabs: typeof import('vant/es')['Tabs']
- VanTag: typeof import('vant/es')['Tag']
- WishCard: typeof import('./src/components/WishCard.vue')['default']
- }
- }
|