components.d.ts 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. AButton: typeof import('ant-design-vue/es')['Button']
  11. AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
  12. AEmpty: typeof import('ant-design-vue/es')['Empty']
  13. ASpin: typeof import('ant-design-vue/es')['Spin']
  14. Box1: typeof import('./src/components/small/Box1.vue')['default']
  15. Box2: typeof import('./src/components/small/Box2.vue')['default']
  16. CommonCatalog: typeof import('./src/components/content/CommonCatalog.vue')['default']
  17. copy: typeof import('./src/components/small/ScrollLeftRightButton copy.vue')['default']
  18. HoriontalLargeList: typeof import('./src/components/small/HoriontalLargeList.vue')['default']
  19. ImageGrid: typeof import('./src/components/small/ImageGrid.vue')['default']
  20. ImageLine: typeof import('./src/components/small/ImageLine.vue')['default']
  21. ImagePreview: typeof import('./src/components/small/ImagePreview.vue')['default']
  22. ImageSwiper: typeof import('./src/components/small/ImageSwiper.vue')['default']
  23. PageLeftTitleRightContent: typeof import('./src/components/parts/PageLeftTitleRightContent.vue')['default']
  24. PageRoot: typeof import('./src/components/parts/PageRoot.vue')['default']
  25. PageTopTitleBottomContent: typeof import('./src/components/parts/PageTopTitleBottomContent.vue')['default']
  26. RouterLink: typeof import('vue-router')['RouterLink']
  27. RouterView: typeof import('vue-router')['RouterView']
  28. ScrollLeftRightButton: typeof import('./src/components/small/ScrollLeftRightButton.vue')['default']
  29. ScrollLeftRightButton2: typeof import('./src/components/small/ScrollLeftRightButton2.vue')['default']
  30. SimplePageContentLoader: typeof import('./src/components/SimplePageContentLoader.vue')['default']
  31. SimplePageListContentLoader: typeof import('./src/components/SimplePageListContentLoader.vue')['default']
  32. SimplePopup: typeof import('./src/components/SimplePopup.vue')['default']
  33. SimpleRemoveRichHtml: typeof import('./src/components/SimpleRemoveRichHtml.vue')['default']
  34. SimpleRichHtml: typeof import('./src/components/SimpleRichHtml.vue')['default']
  35. SimpleScrollView: typeof import('./src/components/SimpleScrollView.vue')['default']
  36. TabNav: typeof import('./src/components/small/TabNav.vue')['default']
  37. VerticalImageItem: typeof import('./src/components/small/VerticalImageItem.vue')['default']
  38. Viewer: typeof import('./src/components/3d/Viewer.vue')['default']
  39. }
  40. }