1234567891011121314151617181920212223242526 |
- /* eslint-disable */
- /* prettier-ignore */
- // @ts-nocheck
- // Generated by unplugin-vue-components
- // Read more: https://github.com/vuejs/core/pull/3399
- export {}
- declare module 'vue' {
- export interface GlobalComponents {
- AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider'];
- RouterLink: typeof import('vue-router')['RouterLink'];
- RouterView: typeof import('vue-router')['RouterView'];
- TitleBar: typeof import('./src/components/TitleBar/index.vue')['default'];
- VanButton: typeof import('vant/es')['Button'];
- VanCellGroup: typeof import('vant/es')['CellGroup'];
- VanField: typeof import('vant/es')['Field'];
- VanForm: typeof import('vant/es')['Form'];
- VanList: typeof import('vant/es')['List'];
- VanPopup: typeof import('vant/es')['Popup'];
- VanRadio: typeof import('vant/es')['Radio'];
- VanRadioGroup: typeof import('vant/es')['RadioGroup'];
- VanTab: typeof import('vant/es')['Tab'];
- VanTabs: typeof import('vant/es')['Tabs'];
- VanUploader: typeof import('vant/es')['Uploader'];
- }
- }
|