Jsl-OA-Web-Re/auto-imports.d.ts
2024-04-15 19:27:31 +08:00

8 lines
279 B
TypeScript

// Generated by 'unplugin-auto-import'
export {}
declare global {
const ElMessage: typeof import('element-plus/es')['ElMessage']
const ElMessageBox: typeof import('element-plus/es')['ElMessageBox']
const ElNotification: typeof import('element-plus/es')['ElNotification']
}