38 lines
1.4 KiB
TypeScript
38 lines
1.4 KiB
TypeScript
/* 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 {
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
VanButton: typeof import('vant/es')['Button']
|
|
VanCell: typeof import('vant/es')['Cell']
|
|
VanCellGroup: typeof import('vant/es')['CellGroup']
|
|
VanCheckbox: typeof import('vant/es')['Checkbox']
|
|
VanDropdownItem: typeof import('vant/es')['DropdownItem']
|
|
VanDropdownMenu: typeof import('vant/es')['DropdownMenu']
|
|
VanEmpty: typeof import('vant/es')['Empty']
|
|
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']
|
|
VanLoading: typeof import('vant/es')['Loading']
|
|
VanNoticeBar: typeof import('vant/es')['NoticeBar']
|
|
VanPopup: typeof import('vant/es')['Popup']
|
|
VanPullRefresh: typeof import('vant/es')['PullRefresh']
|
|
VanSearch: typeof import('vant/es')['Search']
|
|
VanTabbar: typeof import('vant/es')['Tabbar']
|
|
VanTabbarItem: typeof import('vant/es')['TabbarItem']
|
|
VanTag: typeof import('vant/es')['Tag']
|
|
}
|
|
}
|