components.d.ts 3.59 KB
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
export {}

/* prettier-ignore */
declare module 'vue' {
  export interface GlobalComponents {
    ActivityCard: typeof import('./components/ui/ActivityCard.vue')['default']
    AppLayout: typeof import('./components/layout/AppLayout.vue')['default']
    AudioPlayer: typeof import('./components/ui/AudioPlayer.vue')['default']
    BottomNav: typeof import('./components/layout/BottomNav.vue')['default']
    CheckInDialog: typeof import('./components/ui/CheckInDialog.vue')['default']
    ConfirmDialog: typeof import('./components/ui/ConfirmDialog.vue')['default']
    CourseCard: typeof import('./components/ui/CourseCard.vue')['default']
    CourseList: typeof import('./components/courses/CourseList.vue')['default']
    FrostedGlass: typeof import('./components/ui/FrostedGlass.vue')['default']
    GradientHeader: typeof import('./components/ui/GradientHeader.vue')['default']
    LiveStreamCard: typeof import('./components/ui/LiveStreamCard.vue')['default']
    MenuItem: typeof import('./components/ui/MenuItem.vue')['default']
    PdfPreview: typeof import('./components/ui/PdfPreview.vue')['default']
    ReviewPopup: typeof import('./components/courses/ReviewPopup.vue')['default']
    RouterLink: typeof import('vue-router')['RouterLink']
    RouterView: typeof import('vue-router')['RouterView']
    SearchBar: typeof import('./components/ui/SearchBar.vue')['default']
    SummerCampCard: typeof import('./components/ui/SummerCampCard.vue')['default']
    TermsPopup: typeof import('./components/ui/TermsPopup.vue')['default']
    UploadVideoPopup: typeof import('./components/ui/UploadVideoPopup.vue')['default']
    UserAgreement: typeof import('./components/ui/UserAgreement.vue')['default']
    VanActionSheet: typeof import('vant/es')['ActionSheet']
    VanButton: typeof import('vant/es')['Button']
    VanCalendar: typeof import('vant/es')['Calendar']
    VanCellGroup: typeof import('vant/es')['CellGroup']
    VanCheckbox: typeof import('vant/es')['Checkbox']
    VanCol: typeof import('vant/es')['Col']
    VanConfigProvider: typeof import('vant/es')['ConfigProvider']
    VanDatePicker: typeof import('vant/es')['DatePicker']
    VanDialog: typeof import('vant/es')['Dialog']
    VanDivider: typeof import('vant/es')['Divider']
    VanEmpty: typeof import('vant/es')['Empty']
    VanField: typeof import('vant/es')['Field']
    VanForm: typeof import('vant/es')['Form']
    VanIcon: typeof import('vant/es')['Icon']
    VanImage: typeof import('vant/es')['Image']
    VanImagePreview: typeof import('vant/es')['ImagePreview']
    VanList: typeof import('vant/es')['List']
    VanLoading: typeof import('vant/es')['Loading']
    VanNavBar: typeof import('vant/es')['NavBar']
    VanOverlay: typeof import('vant/es')['Overlay']
    VanPicker: typeof import('vant/es')['Picker']
    VanPickerGroup: typeof import('vant/es')['PickerGroup']
    VanPopup: typeof import('vant/es')['Popup']
    VanProgress: typeof import('vant/es')['Progress']
    VanRate: typeof import('vant/es')['Rate']
    VanRow: typeof import('vant/es')['Row']
    VanSwipe: typeof import('vant/es')['Swipe']
    VanSwipeItem: typeof import('vant/es')['SwipeItem']
    VanTab: typeof import('vant/es')['Tab']
    VanTabs: typeof import('vant/es')['Tabs']
    VanTag: typeof import('vant/es')['Tag']
    VanUploader: typeof import('vant/es')['Uploader']
    VideoPlayer: typeof import('./components/ui/VideoPlayer.vue')['default']
    WechatPayment: typeof import('./components/payment/WechatPayment.vue')['default']
  }
}