components.d.ts 1.4 KB

12345678910111213141516171819202122232425262728
  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. CommonCatalog: typeof import('./src/components/content/CommonCatalog.vue')['default']
  17. RouterLink: typeof import('vue-router')['RouterLink']
  18. RouterView: typeof import('vue-router')['RouterView']
  19. SimplePageContentLoader: typeof import('./src/components/SimplePageContentLoader.vue')['default']
  20. SimplePageListContentLoader: typeof import('./src/components/SimplePageListContentLoader.vue')['default']
  21. SimplePopup: typeof import('./src/components/SimplePopup.vue')['default']
  22. SimpleRemoveRichHtml: typeof import('./src/components/SimpleRemoveRichHtml.vue')['default']
  23. SimpleRichHtml: typeof import('./src/components/SimpleRichHtml.vue')['default']
  24. SimpleScrollView: typeof import('./src/components/SimpleScrollView.vue')['default']
  25. }
  26. }