12345678910111213141516171819202122232425 |
- /* 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 {
- PollUp: typeof import('./src/components/PollUp.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- V3Emoji: typeof import('./src/components/V3Emoji.vue')['default']
- VanButton: typeof import('vant/es')['Button']
- VanCell: typeof import('vant/es')['Cell']
- VanCellGroup: typeof import('vant/es')['CellGroup']
- VanField: typeof import('vant/es')['Field']
- VanIcon: typeof import('vant/es')['Icon']
- VanLoading: typeof import('vant/es')['Loading']
- VanNavBar: typeof import('vant/es')['NavBar']
- VanPopover: typeof import('vant/es')['Popover']
- VanPopup: typeof import('vant/es')['Popup']
- VanSearch: typeof import('vant/es')['Search']
- }
- }
|