components.d.ts 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. APagination: typeof import('ant-design-vue/es')['Pagination']
  14. ASpin: typeof import('ant-design-vue/es')['Spin']
  15. Box1: typeof import('./src/components/small/Box1.vue')['default']
  16. Box2: typeof import('./src/components/small/Box2.vue')['default']
  17. Clock: typeof import('./src/components/small/Clock.vue')['default']
  18. CommonCatalog: typeof import('./src/components/content/CommonCatalog.vue')['default']
  19. copy: typeof import('./src/components/SimplePageListContentLoader copy.vue')['default']
  20. GridList: typeof import('./src/components/small/GridList.vue')['default']
  21. Header: typeof import('./src/components/parts/Header.vue')['default']
  22. HoriontalLargeList: typeof import('./src/components/small/HoriontalLargeList.vue')['default']
  23. ImageGrid: typeof import('./src/components/small/ImageGrid.vue')['default']
  24. ImageLine: typeof import('./src/components/small/ImageLine.vue')['default']
  25. ImagePreview: typeof import('./src/components/small/ImagePreview.vue')['default']
  26. ImageSwiper: typeof import('./src/components/small/ImageSwiper.vue')['default']
  27. NavBar: typeof import('./src/components/content/NavBar.vue')['default']
  28. PageLeftTitleRightContent: typeof import('./src/components/parts/PageLeftTitleRightContent.vue')['default']
  29. PageRoot: typeof import('./src/components/parts/PageRoot.vue')['default']
  30. PageTopTitleBottomContent: typeof import('./src/components/parts/PageTopTitleBottomContent.vue')['default']
  31. RouterLink: typeof import('vue-router')['RouterLink']
  32. RouterView: typeof import('vue-router')['RouterView']
  33. ScrollLeftRightButton: typeof import('./src/components/small/ScrollLeftRightButton.vue')['default']
  34. ScrollLeftRightButton2: typeof import('./src/components/small/ScrollLeftRightButton2.vue')['default']
  35. SimplePageContentLoader: typeof import('./src/components/SimplePageContentLoader.vue')['default']
  36. SimplePageListContentLoader: typeof import('./src/components/SimplePageListContentLoader.vue')['default']
  37. SimplePageListContentPager: typeof import('./src/components/SimplePageListContentPager.vue')['default']
  38. SimplePopup: typeof import('./src/components/SimplePopup.vue')['default']
  39. SimpleRemoveRichHtml: typeof import('./src/components/SimpleRemoveRichHtml.vue')['default']
  40. SimpleRichHtml: typeof import('./src/components/SimpleRichHtml.vue')['default']
  41. SimpleScrollView: typeof import('./src/components/SimpleScrollView.vue')['default']
  42. Tab: typeof import('./src/components/small/Tab.vue')['default']
  43. TabNav: typeof import('./src/components/small/TabNav.vue')['default']
  44. VerticalImageItem: typeof import('./src/components/small/VerticalImageItem.vue')['default']
  45. Viewer: typeof import('./src/components/3d/Viewer.vue')['default']
  46. }
  47. }