element.d.ts 237 B

1234567
  1. declare global {
  2. const ElMessage: typeof import('element-plus')['ElMessage'];
  3. const ElLoading: typeof import('element-plus')['ElLoading'];
  4. const ElNotification: typeof import('element-plus')['ElNotification'];
  5. }
  6. export {};