components.d.ts 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // Generated by unplugin-vue-components
  5. // Read more: https://github.com/vuejs/core/pull/3399
  6. import '@vue/runtime-core'
  7. export {}
  8. declare module '@vue/runtime-core' {
  9. export interface GlobalComponents {
  10. CameraItem: typeof import('./src/components/tableList/CameraItem.vue')['default']
  11. Confirm: typeof import('./src/components/Toast/Confirm.vue')['default']
  12. Edit: typeof import('./src/components/pc/editInvoice/edit.vue')['default']
  13. EditInvoice: typeof import('./src/components/pc/editInvoice/index.vue')['default']
  14. ElButton: typeof import('element-plus/es')['ElButton']
  15. ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
  16. ElCol: typeof import('element-plus/es')['ElCol']
  17. ElDialog: typeof import('element-plus/es')['ElDialog']
  18. ElEmpty: typeof import('element-plus/es')['ElEmpty']
  19. ElForm: typeof import('element-plus/es')['ElForm']
  20. ElFormItem: typeof import('element-plus/es')['ElFormItem']
  21. ElInput: typeof import('element-plus/es')['ElInput']
  22. ElOption: typeof import('element-plus/es')['ElOption']
  23. ElPagination: typeof import('element-plus/es')['ElPagination']
  24. ElPopover: typeof import('element-plus/es')['ElPopover']
  25. ElRow: typeof import('element-plus/es')['ElRow']
  26. ElSelect: typeof import('element-plus/es')['ElSelect']
  27. ElTable: typeof import('element-plus/es')['ElTable']
  28. ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
  29. ElTabPane: typeof import('element-plus/es')['ElTabPane']
  30. ElTabs: typeof import('element-plus/es')['ElTabs']
  31. ElTooltip: typeof import('element-plus/es')['ElTooltip']
  32. Footer: typeof import('./src/components/mobile/footer.vue')['default']
  33. Header: typeof import('./src/components/mobile/header.vue')['default']
  34. HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
  35. IconCommunity: typeof import('./src/components/icons/IconCommunity.vue')['default']
  36. IconDocumentation: typeof import('./src/components/icons/IconDocumentation.vue')['default']
  37. IconEcosystem: typeof import('./src/components/icons/IconEcosystem.vue')['default']
  38. Icons: typeof import('./src/components/icons/index.vue')['default']
  39. IconSupport: typeof import('./src/components/icons/IconSupport.vue')['default']
  40. IconTooling: typeof import('./src/components/icons/IconTooling.vue')['default']
  41. Mobile: typeof import('./src/components/mobile/index.vue')['default']
  42. Paging: typeof import('./src/components/pc/Paging/index.vue')['default']
  43. Pc: typeof import('./src/components/pc/index.vue')['default']
  44. Popup: typeof import('./src/components/popup/index.vue')['default']
  45. RouterLink: typeof import('vue-router')['RouterLink']
  46. RouterView: typeof import('vue-router')['RouterView']
  47. TableList: typeof import('./src/components/tableList/index.vue')['default']
  48. TheWelcome: typeof import('./src/components/TheWelcome.vue')['default']
  49. Toast: typeof import('./src/components/Toast/Toast.vue')['default']
  50. WelcomeItem: typeof import('./src/components/WelcomeItem.vue')['default']
  51. }
  52. export interface ComponentCustomProperties {
  53. vLoading: typeof import('element-plus/es')['ElLoadingDirective']
  54. }
  55. }