components.d.ts 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* eslint-disable */
  2. // @ts-nocheck
  3. // Generated by unplugin-vue-components
  4. // Read more: https://github.com/vuejs/core/pull/3399
  5. // biome-ignore lint: disable
  6. export {}
  7. /* prettier-ignore */
  8. declare module 'vue' {
  9. export interface GlobalComponents {
  10. Box1: typeof import('./src/components/small/Box1.vue')['default']
  11. Box2: typeof import('./src/components/small/Box2.vue')['default']
  12. CommonCatalog: typeof import('./src/components/content/CommonCatalog.vue')['default']
  13. HoriontalLargeList: typeof import('./src/components/small/HoriontalLargeList.vue')['default']
  14. ImageGrid: typeof import('./src/components/small/ImageGrid.vue')['default']
  15. ImageLine: typeof import('./src/components/small/ImageLine.vue')['default']
  16. ImagePreview: typeof import('./src/components/small/ImagePreview.vue')['default']
  17. ImageSwiper: typeof import('./src/components/small/ImageSwiper.vue')['default']
  18. PageLeftTitleRightContent: typeof import('./src/components/parts/PageLeftTitleRightContent.vue')['default']
  19. PageRoot: typeof import('./src/components/parts/PageRoot.vue')['default']
  20. PageTopTitleBottomContent: typeof import('./src/components/parts/PageTopTitleBottomContent.vue')['default']
  21. Pagination: typeof import('./src/components/small/Pagination.vue')['default']
  22. RouterLink: typeof import('vue-router')['RouterLink']
  23. RouterView: typeof import('vue-router')['RouterView']
  24. ScrollLeftRightButton: typeof import('./src/components/small/ScrollLeftRightButton.vue')['default']
  25. ScrollLeftRightButton2: typeof import('./src/components/small/ScrollLeftRightButton2.vue')['default']
  26. SimpleLoading: typeof import('./src/components/small/SimpleLoading.vue')['default']
  27. SimplePageContentLoader: typeof import('./src/components/SimplePageContentLoader.vue')['default']
  28. SimplePageListContentLoader: typeof import('./src/components/SimplePageListContentLoader.vue')['default']
  29. SimplePageListContentPager: typeof import('./src/components/SimplePageListContentPager.vue')['default']
  30. SimplePopup: typeof import('./src/components/SimplePopup.vue')['default']
  31. SimpleRemoveRichHtml: typeof import('./src/components/SimpleRemoveRichHtml.vue')['default']
  32. SimpleRichHtml: typeof import('./src/components/SimpleRichHtml.vue')['default']
  33. SimpleScrollView: typeof import('./src/components/SimpleScrollView.vue')['default']
  34. TabNav: typeof import('./src/components/small/TabNav.vue')['default']
  35. VerticalImageItem: typeof import('./src/components/small/VerticalImageItem.vue')['default']
  36. Viewer: typeof import('./src/components/3d/Viewer.vue')['default']
  37. }
  38. }