components.d.ts 1.2 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. CardTitle: typeof import('./src/components/CardTitle.vue')['default']
  11. Chart: typeof import('./src/components/Chart/index.vue')['default']
  12. ElButton: typeof import('element-plus/es')['ElButton']
  13. ElCascader: typeof import('element-plus/es')['ElCascader']
  14. ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
  15. ElDescriptions: typeof import('element-plus/es')['ElDescriptions']
  16. ElDescriptionsItem: typeof import('element-plus/es')['ElDescriptionsItem']
  17. ElIcon: typeof import('element-plus/es')['ElIcon']
  18. ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
  19. ElSwitch: typeof import('element-plus/es')['ElSwitch']
  20. ElTable: typeof import('element-plus/es')['ElTable']
  21. ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
  22. Panel: typeof import('./src/components/Panel.vue')['default']
  23. RouterLink: typeof import('vue-router')['RouterLink']
  24. RouterView: typeof import('vue-router')['RouterView']
  25. }
  26. }