components.d.ts 1.1 KB

1234567891011121314151617181920212223242526
  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. ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
  14. ElDescriptions: typeof import('element-plus/es')['ElDescriptions']
  15. ElDescriptionsItem: typeof import('element-plus/es')['ElDescriptionsItem']
  16. ElIcon: typeof import('element-plus/es')['ElIcon']
  17. ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
  18. ElTable: typeof import('element-plus/es')['ElTable']
  19. ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
  20. Panel: typeof import('./src/components/Panel.vue')['default']
  21. RouterLink: typeof import('vue-router')['RouterLink']
  22. RouterView: typeof import('vue-router')['RouterView']
  23. }
  24. }