components.d.ts 4.54 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']
    CollapsibleCalendar: typeof import('./components/ui/CollapsibleCalendar.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']
    FormPage: typeof import('./components/infoEntry/formPage.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']
    OfficeViewer: typeof import('./components/ui/OfficeViewer.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']
    VanBackTop: typeof import('vant/es')['BackTop']
    VanButton: typeof import('vant/es')['Button']
    VanCalendar: typeof import('vant/es')['Calendar']
    VanCell: typeof import('vant/es')['Cell']
    VanCellGroup: typeof import('vant/es')['CellGroup']
    VanCheckbox: typeof import('vant/es')['Checkbox']
    VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup']
    VanCircle: typeof import('vant/es')['Circle']
    VanCol: typeof import('vant/es')['Col']
    VanConfigProvider: typeof import('vant/es')['ConfigProvider']
    VanDatePicker: typeof import('vant/es')['DatePicker']
    VanDatetimePicker: typeof import('vant/es')['DatetimePicker']
    VanDialog: typeof import('vant/es')['Dialog']
    VanDivider: typeof import('vant/es')['Divider']
    VanDropdownItem: typeof import('vant/es')['DropdownItem']
    VanDropdownMenu: typeof import('vant/es')['DropdownMenu']
    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']
    VanSearch: typeof import('vant/es')['Search']
    VanStepper: typeof import('vant/es')['Stepper']
    VanSticky: typeof import('vant/es')['Sticky']
    VanSwipe: typeof import('vant/es')['Swipe']
    VanSwipeItem: typeof import('vant/es')['SwipeItem']
    VanTab: typeof import('vant/es')['Tab']
    VanTabbar: typeof import('vant/es')['Tabbar']
    VanTabbarItem: typeof import('vant/es')['TabbarItem']
    VanTabs: typeof import('vant/es')['Tabs']
    VanTag: typeof import('vant/es')['Tag']
    VanTimePicker: typeof import('vant/es')['TimePicker']
    VanUploader: typeof import('vant/es')['Uploader']
    VideoPlayer: typeof import('./components/ui/VideoPlayer.vue')['default']
    WechatPayment: typeof import('./components/payment/WechatPayment.vue')['default']
  }
}