components.d.ts 939 B

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