12345678910111213141516171819202122 |
- /* 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']
- VanCellGroup: typeof import('vant/es')['CellGroup']
- VanCheckbox: typeof import('vant/es')['Checkbox']
- VanDialog: typeof import('vant/es')['Dialog']
- VanField: typeof import('vant/es')['Field']
- VanFloatingBubble: typeof import('vant/es')['FloatingBubble']
- VanForm: typeof import('vant/es')['Form']
- VanSearch: typeof import('vant/es')['Search']
- VanSwitch: typeof import('vant/es')['Switch']
- }
- }
|