components.d.ts 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. Confirm: typeof import('./src/components/Toast/Confirm.vue')['default']
  11. ElButton: typeof import('element-plus/es')['ElButton']
  12. ElDialog: typeof import('element-plus/es')['ElDialog']
  13. ElForm: typeof import('element-plus/es')['ElForm']
  14. ElFormItem: typeof import('element-plus/es')['ElFormItem']
  15. ElIcon: typeof import('element-plus/es')['ElIcon']
  16. ElInput: typeof import('element-plus/es')['ElInput']
  17. ElPagination: typeof import('element-plus/es')['ElPagination']
  18. ElTable: typeof import('element-plus/es')['ElTable']
  19. ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
  20. Footer: typeof import('./src/components/mobile/footer.vue')['default']
  21. Header: typeof import('./src/components/mobile/header.vue')['default']
  22. HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
  23. IconCommunity: typeof import('./src/components/icons/IconCommunity.vue')['default']
  24. IconDocumentation: typeof import('./src/components/icons/IconDocumentation.vue')['default']
  25. IconEcosystem: typeof import('./src/components/icons/IconEcosystem.vue')['default']
  26. IconSupport: typeof import('./src/components/icons/IconSupport.vue')['default']
  27. IconTooling: typeof import('./src/components/icons/IconTooling.vue')['default']
  28. MemberTable: typeof import('./src/components/MemberTable.vue')['default']
  29. Mobile: typeof import('./src/components/mobile/index.vue')['default']
  30. Pc: typeof import('./src/components/pc/index.vue')['default']
  31. RouterLink: typeof import('vue-router')['RouterLink']
  32. RouterView: typeof import('vue-router')['RouterView']
  33. TheWelcome: typeof import('./src/components/TheWelcome.vue')['default']
  34. Toast: typeof import('./src/components/Toast/Toast.vue')['default']
  35. WelcomeItem: typeof import('./src/components/WelcomeItem.vue')['default']
  36. }
  37. export interface ComponentCustomProperties {
  38. vLoading: typeof import('element-plus/es')['ElLoadingDirective']
  39. }
  40. }