components.d.ts 1.7 KB

123456789101112131415161718192021222324252627282930
  1. /* eslint-disable */
  2. // @ts-nocheck
  3. // Generated by unplugin-vue-components
  4. // Read more: https://github.com/vuejs/core/pull/3399
  5. export {}
  6. /* prettier-ignore */
  7. declare module 'vue' {
  8. export interface GlobalComponents {
  9. Auth: typeof import('./src/components/auth/auth.vue')['default']
  10. AuthAll: typeof import('./src/components/auth/authAll.vue')['default']
  11. Auths: typeof import('./src/components/auth/auths.vue')['default']
  12. AvatarSelector: typeof import('./src/components/avatarSelector/index.vue')['default']
  13. Cropper: typeof import('./src/components/cropper/index.vue')['default']
  14. DeptFormat: typeof import('./src/components/dept-format/index.vue')['default']
  15. DvaSelect: typeof import('./src/components/dvaSelect/index.vue')['default']
  16. Editor: typeof import('./src/components/editor/index.vue')['default']
  17. ForeignKey: typeof import('./src/components/foreignKey/index.vue')['default']
  18. IconSelector: typeof import('./src/components/iconSelector/index.vue')['default']
  19. ImportExcel: typeof import('./src/components/importExcel/index.vue')['default']
  20. List: typeof import('./src/components/iconSelector/list.vue')['default']
  21. ManyToMany: typeof import('./src/components/manyToMany/index.vue')['default']
  22. NoticeBar: typeof import('./src/components/noticeBar/index.vue')['default']
  23. RouterLink: typeof import('vue-router')['RouterLink']
  24. RouterView: typeof import('vue-router')['RouterView']
  25. SvgIcon: typeof import('./src/components/svgIcon/index.vue')['default']
  26. Table: typeof import('./src/components/table/index.vue')['default']
  27. TableSelector: typeof import('./src/components/tableSelector/index.vue')['default']
  28. }
  29. }