auto-imports.d.ts 143 B

12345
  1. // Generated by 'unplugin-auto-import'
  2. export {}
  3. declare global {
  4. const ElNotification: typeof import('element-plus/es')['ElNotification']
  5. }