components.d.ts 523 B

1234567891011121314151617
  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. ElImage: typeof import('element-plus/es')['ElImage']
  10. RouterLink: typeof import('vue-router')['RouterLink']
  11. RouterView: typeof import('vue-router')['RouterView']
  12. }
  13. export interface ComponentCustomProperties {
  14. vLoading: typeof import('element-plus/es')['ElLoadingDirective']
  15. }
  16. }