components.d.ts 776 Bytes
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'

export {}

declare module '@vue/runtime-core' {
  export interface GlobalComponents {
    InfoWindow: typeof import('./src/components/InfoWindow.vue')['default']
    InfoWindowLite: typeof import('./src/components/InfoWindowLite.vue')['default']
    InfoWindowWarn: typeof import('./src/components/InfoWindowWarn.vue')['default']
    RouterLink: typeof import('vue-router')['RouterLink']
    RouterView: typeof import('vue-router')['RouterView']
    VanDialog: typeof import('vant/es')['Dialog']
    VanIcon: typeof import('vant/es')['Icon']
    VanPopup: typeof import('vant/es')['Popup']
  }
}