components.d.ts 1.66 KB
/* 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 {
    AudioBackground: typeof import('./src/components/audioBackground.vue')['default']
    Floor: typeof import('./src/components/Floor/index.vue')['default']
    InfoPopup: typeof import('./src/components/InfoPopup.vue')['default']
    InfoPopupLite: typeof import('./src/components/InfoPopupLite.vue')['default']
    InfoPopupWarn: typeof import('./src/components/InfoPopupWarn.vue')['default']
    InfoWindow: typeof import('./src/components/InfoWindow.vue')['default']
    InfoWindowLite: typeof import('./src/components/InfoWindowLite.vue')['default']
    InfoWindowWarn: typeof import('./src/components/InfoWindowWarn.vue')['default']
    InfoWindowYard: typeof import('./src/components/InfoWindowYard.vue')['default']
    RouterLink: typeof import('vue-router')['RouterLink']
    RouterView: typeof import('vue-router')['RouterView']
    SvgIcon: typeof import('./src/components/Floor/svgIcon.vue')['default']
    VanButton: typeof import('vant/es')['Button']
    VanCol: typeof import('vant/es')['Col']
    VanDialog: typeof import('vant/es')['Dialog']
    VanField: typeof import('vant/es')['Field']
    VanIcon: typeof import('vant/es')['Icon']
    VanImage: typeof import('vant/es')['Image']
    VanOverlay: typeof import('vant/es')['Overlay']
    VanPopup: typeof import('vant/es')['Popup']
    VanRow: typeof import('vant/es')['Row']
    VRViewer: typeof import('./src/components/VRViewer/index.vue')['default']
  }
}