auto-imports.d.ts 202 B

123456
  1. // Generated by 'unplugin-auto-import'
  2. // We suggest you to commit this file into source control
  3. declare global {
  4. const ElLoading: typeof import('element-plus/es/el-loading')['ElLoading']
  5. }
  6. export {}