components.d.ts 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. Page: typeof import('./src/components/parts/Page.vue')['default']
  29. PageLeftTitleRightContent: typeof import('./src/components/parts/PageLeftTitleRightContent.vue')['default']
  30. PageRoot: typeof import('./src/components/parts/PageRoot.vue')['default']
  31. PageTopTitleBottomContent: typeof import('./src/components/parts/PageTopTitleBottomContent.vue')['default']
  32. RouterLink: typeof import('vue-router')['RouterLink']
  33. RouterView: typeof import('vue-router')['RouterView']
  34. ScrollLeftRightButton: typeof import('./src/components/small/ScrollLeftRightButton.vue')['default']
  35. ScrollLeftRightButton2: typeof import('./src/components/small/ScrollLeftRightButton2.vue')['default']
  36. SimplePageContentLoader: typeof import('./src/components/SimplePageContentLoader.vue')['default']
  37. SimplePageListContentLoader: typeof import('./src/components/SimplePageListContentLoader.vue')['default']
  38. SimplePageListContentPager: typeof import('./src/components/SimplePageListContentPager.vue')['default']
  39. SimplePopup: typeof import('./src/components/SimplePopup.vue')['default']
  40. SimpleRemoveRichHtml: typeof import('./src/components/SimpleRemoveRichHtml.vue')['default']
  41. SimpleRichHtml: typeof import('./src/components/SimpleRichHtml.vue')['default']
  42. SimpleScrollView: typeof import('./src/components/SimpleScrollView.vue')['default']
  43. Tab: typeof import('./src/components/small/Tab.vue')['default']
  44. TabNav: typeof import('./src/components/small/TabNav.vue')['default']
  45. VerticalImageItem: typeof import('./src/components/small/VerticalImageItem.vue')['default']
  46. Viewer: typeof import('./src/components/3d/Viewer.vue')['default']
  47. }
  48. }