| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- /* 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 {
- ApplyCard: typeof import('./components/ApplyCard.vue')['default']
- CurrencySelect: typeof import('./components/CurrencySelect.vue')['default']
- CustomTabbar: typeof import('./components/CustomTabbar.vue')['default']
- EmptyComponents: typeof import('./components/empty-components.vue')['default']
- ImgList: typeof import('./components/img-list.vue')['default']
- JsxComponents: typeof import('./components/jsx-components.tsx')['default']
- PageHeader: typeof import('./components/PageHeader.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- SelectCard: typeof import('./views/select-card.vue')['default']
- ULoadmore: typeof import('./components/u-loadmore.vue')['default']
- VanButton: typeof import('vant/es')['Button']
- VanCell: typeof import('vant/es')['Cell']
- VanCellGroup: typeof import('vant/es')['CellGroup']
- VanCheckbox: typeof import('vant/es')['Checkbox']
- VanDatePicker: typeof import('vant/es')['DatePicker']
- VanDialog: typeof import('vant/es')['Dialog']
- VanDropdownItem: typeof import('vant/es')['DropdownItem']
- VanDropdownMenu: typeof import('vant/es')['DropdownMenu']
- VanField: typeof import('vant/es')['Field']
- VanGrid: typeof import('vant/es')['Grid']
- VanGridItem: typeof import('vant/es')['GridItem']
- VanIcon: typeof import('vant/es')['Icon']
- VanImage: typeof import('vant/es')['Image']
- VanImagePreview: typeof import('vant/es')['ImagePreview']
- VanList: typeof import('vant/es')['List']
- VanLoading: typeof import('vant/es')['Loading']
- VanNavBar: typeof import('vant/es')['NavBar']
- VanPicker: typeof import('vant/es')['Picker']
- VanPopup: typeof import('vant/es')['Popup']
- VanPullRefresh: typeof import('vant/es')['PullRefresh']
- VanSkeleton: typeof import('vant/es')['Skeleton']
- VanSwipe: typeof import('vant/es')['Swipe']
- VanSwipeItem: typeof import('vant/es')['SwipeItem']
- VanTab: typeof import('vant/es')['Tab']
- VanTabbar: typeof import('vant/es')['Tabbar']
- VanTabbarItem: typeof import('vant/es')['TabbarItem']
- VanTabs: typeof import('vant/es')['Tabs']
- }
- }
|