1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-20 00:39:17 +08:00
1Panel/frontend/auto-imports.d.ts

7 lines
197 B
Go
Raw Normal View History

2023-01-12 11:45:01 +08:00
// Generated by 'unplugin-auto-import'
// We suggest you to commit this file into source control
declare global {
2023-03-08 11:04:22 +08:00
const ElMessageBox: typeof import('element-plus/es')['ElMessageBox']
2023-01-12 11:45:01 +08:00
}
export {}