Skip to content

Commit

Permalink
chore: add auto-import type define
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Apr 13, 2024
1 parent aa343d0 commit 11ad8e3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions auto-imports.d.ts
@@ -0,0 +1,9 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
export {}
declare global {
const ElMessage: typeof import('element-plus/es')['ElMessage']
}

0 comments on commit 11ad8e3

Please sign in to comment.