| 1234567891011121314151617181920212223242526272829303132333435 |
- /* 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 {
- 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']
- VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup']
- VanCol: typeof import('vant/es')['Col']
- VanDatePicker: typeof import('vant/es')['DatePicker']
- VanField: typeof import('vant/es')['Field']
- VanForm: typeof import('vant/es')['Form']
- VanIcon: typeof import('vant/es')['Icon']
- VanList: typeof import('vant/es')['List']
- VanNotify: typeof import('vant/es')['Notify']
- VanPicker: typeof import('vant/es')['Picker']
- VanPickerGroup: typeof import('vant/es')['PickerGroup']
- VanPopup: typeof import('vant/es')['Popup']
- VanRadio: typeof import('vant/es')['Radio']
- VanRadioGroup: typeof import('vant/es')['RadioGroup']
- VanRow: typeof import('vant/es')['Row']
- VanStep: typeof import('vant/es')['Step']
- VanSteps: typeof import('vant/es')['Steps']
- VanTag: typeof import('vant/es')['Tag']
- VanTextEllipsis: typeof import('vant/es')['TextEllipsis']
- }
- }
|