components.d.ts 582 B

123456789101112131415161718
  1. /* eslint-disable */
  2. // @ts-nocheck
  3. // Generated by unplugin-vue-components
  4. // Read more: https://github.com/vuejs/core/pull/3399
  5. export {}
  6. /* prettier-ignore */
  7. declare module 'vue' {
  8. export interface GlobalComponents {
  9. ElDialog: typeof import('element-plus/es')['ElDialog']
  10. ElImage: typeof import('element-plus/es')['ElImage']
  11. RouterLink: typeof import('vue-router')['RouterLink']
  12. RouterView: typeof import('vue-router')['RouterView']
  13. }
  14. export interface ComponentCustomProperties {
  15. vLoading: typeof import('element-plus/es')['ElLoadingDirective']
  16. }
  17. }