12345678910111213141516171819202122232425262728 |
- /* eslint-disable */
- // @ts-nocheck
- // Generated by unplugin-vue-components
- // Read more: https://github.com/vuejs/core/pull/3399
- export {}
- /* prettier-ignore */
- declare module 'vue' {
- export interface GlobalComponents {
- GridAddress: typeof import('./src/components/address/gridAddress/index.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- VanButton: typeof import('vant/es')['Button']
- VanCascader: typeof import('vant/es')['Cascader']
- VanCell: typeof import('vant/es')['Cell']
- VanCellGroup: typeof import('vant/es')['CellGroup']
- VanDivider: typeof import('vant/es')['Divider']
- VanField: typeof import('vant/es')['Field']
- VanForm: typeof import('vant/es')['Form']
- VanList: typeof import('vant/es')['List']
- VanNavBar: typeof import('vant/es')['NavBar']
- VanPopup: typeof import('vant/es')['Popup']
- VanSearch: typeof import('vant/es')['Search']
- VanTab: typeof import('vant/es')['Tab']
- VanTabs: typeof import('vant/es')['Tabs']
- VanTag: typeof import('vant/es')['Tag']
- }
- }
|