1234567891011121314151617181920212223242526272829303132333435363738394041 |
- /* eslint-disable */
- // @ts-nocheck
- // Generated by unplugin-vue-components
- // Read more: https://github.com/vuejs/core/pull/3399
- export {}
- /* prettier-ignore */
- declare module 'vue' {
- export interface GlobalComponents {
- Accessibility: typeof import('./src/components/Accessibility/index.vue')['default']
- Breadcrumb: typeof import('./src/components/Breadcrumb/index.vue')['default']
- ElButton: typeof import('element-plus/es')['ElButton']
- ElCarousel: typeof import('element-plus/es')['ElCarousel']
- ElCarouselItem: typeof import('element-plus/es')['ElCarouselItem']
- ElCollapse: typeof import('element-plus/es')['ElCollapse']
- ElCollapseItem: typeof import('element-plus/es')['ElCollapseItem']
- ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
- ElDialog: typeof import('element-plus/es')['ElDialog']
- ElImage: typeof import('element-plus/es')['ElImage']
- ElImageViewer: typeof import('element-plus/es')['ElImageViewer']
- ElPagination: typeof import('element-plus/es')['ElPagination']
- FloatDirectory: typeof import('./src/components/FloatDirectory/index.vue')['default']
- Layout: typeof import('./src/components/Layout/index.vue')['default']
- PageNav: typeof import('./src/components/PageNav/index.vue')['default']
- PageTitle: typeof import('./src/components/PageTitle/index.vue')['default']
- Pagination: typeof import('./src/components/Pagination/index.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default']
- VanIcon: typeof import('vant/es')['Icon']
- VanImage: typeof import('vant/es')['Image']
- VanLoading: typeof import('vant/es')['Loading']
- VanSticky: typeof import('vant/es')['Sticky']
- VanSwipe: typeof import('vant/es')['Swipe']
- VanSwipeItem: typeof import('vant/es')['SwipeItem']
- VanSwitch: typeof import('vant/es')['Switch']
- }
- export interface ComponentCustomProperties {
- vLoading: typeof import('element-plus/es')['ElLoadingDirective']
- }
- }
|