• zhangsan's avatar
    1 · 6e0dfd7b
    zhangsan authored
    6e0dfd7b
components.d.ts 2.65 KB
/* 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 {
    GuideModal: typeof import('./components/GuideModal.vue')['default']
    NavBar: typeof import('./components/NavBar.vue')['default']
    NewsCard: typeof import('./components/NewsCard.vue')['default']
    PageLoading: typeof import('./components/PageLoading.vue')['default']
    PayUp: typeof import('./components/payUp.vue')['default']
    ProcessFlow: typeof import('./components/ProcessFlow.vue')['default']
    RouterLink: typeof import('vue-router')['RouterLink']
    RouterView: typeof import('vue-router')['RouterView']
    SignIn: typeof import('./components/signIn.vue')['default']
    VanButton: typeof import('vant/es')['Button']
    VanCell: typeof import('vant/es')['Cell']
    VanCellGroup: typeof import('vant/es')['CellGroup']
    VanDivider: typeof import('vant/es')['Divider']
    VanEmpty: typeof import('vant/es')['Empty']
    VanField: typeof import('vant/es')['Field']
    VanIcon: typeof import('vant/es')['Icon']
    VanList: typeof import('vant/es')['List']
    VanLoading: typeof import('vant/es')['Loading']
    VanNavBar: typeof import('vant/es')['NavBar']
    VanPopup: typeof import('vant/es')['Popup']
    VanRadio: typeof import('vant/es')['Radio']
    VanRadioGroup: typeof import('vant/es')['RadioGroup']
    VanSwipe: typeof import('vant/es')['Swipe']
    VanSwipeItem: typeof import('vant/es')['SwipeItem']
    VanTab: typeof import('vant/es')['Tab']
    VanTabs: typeof import('vant/es')['Tabs']
    VanTreeSelect: typeof import('vant/es')['TreeSelect']
    VarButton: typeof import('@varlet/ui')['Button']
    VarCard: typeof import('@varlet/ui')['Card']
    VarCollapse: typeof import('@varlet/ui')['Collapse']
    VarCollapseItem: typeof import('@varlet/ui')['CollapseItem']
    VarForm: typeof import('@varlet/ui')['Form']
    VarIcon: typeof import('@varlet/ui')['Icon']
    VarInput: typeof import('@varlet/ui')['Input']
    VarOption: typeof import('@varlet/ui')['Option']
    VarPopup: typeof import('@varlet/ui')['Popup']
    VarRadio: typeof import('@varlet/ui')['Radio']
    VarRadioGroup: typeof import('@varlet/ui')['RadioGroup']
    VarSelect: typeof import('@varlet/ui')['Select']
    VarSpace: typeof import('@varlet/ui')['Space']
    VarStep: typeof import('@varlet/ui')['Step']
    VarSteps: typeof import('@varlet/ui')['Steps']
    VarTab: typeof import('@varlet/ui')['Tab']
    VarTabs: typeof import('@varlet/ui')['Tabs']
  }
  export interface ComponentCustomProperties {
    vRipple: typeof import('@varlet/ui')['Ripple']
  }
}