components.d.ts 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. Clock: typeof import('./src/components/small/Clock.vue')['default']
  16. CommonCatalog: typeof import('./src/components/content/CommonCatalog.vue')['default']
  17. GridList: typeof import('./src/components/small/GridList.vue')['default']
  18. Header: typeof import('./src/components/parts/Header.vue')['default']
  19. HoriontalLargeList: typeof import('./src/components/small/HoriontalLargeList.vue')['default']
  20. ImageGrid: typeof import('./src/components/small/ImageGrid.vue')['default']
  21. ImageLine: typeof import('./src/components/small/ImageLine.vue')['default']
  22. ImagePreview: typeof import('./src/components/small/ImagePreview.vue')['default']
  23. ImageSwiper: typeof import('./src/components/small/ImageSwiper.vue')['default']
  24. Page: typeof import('./src/components/parts/Page.vue')['default']
  25. RouterLink: typeof import('vue-router')['RouterLink']
  26. RouterView: typeof import('vue-router')['RouterView']
  27. ScrollLeftRightButton: typeof import('./src/components/small/ScrollLeftRightButton.vue')['default']
  28. ScrollLeftRightButton2: typeof import('./src/components/small/ScrollLeftRightButton2.vue')['default']
  29. SimplePageContentLoader: typeof import('./src/components/SimplePageContentLoader.vue')['default']
  30. SimplePageListContentLoader: typeof import('./src/components/SimplePageListContentLoader.vue')['default']
  31. SimplePageListContentPager: typeof import('./src/components/SimplePageListContentPager.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. Tab: typeof import('./src/components/small/Tab.vue')['default']
  36. }
  37. }