1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-31 22:18:07 +08:00
1Panel/frontend/auto-imports.d.ts
2023-03-09 10:22:46 +08:00

7 lines
201 B
Go

// Generated by 'unplugin-auto-import'
// We suggest you to commit this file into source control
declare global {
const ElMessageBox: typeof import('element-plus/es')['ElMessageBox'];
}
export {};