mirror of
https://github.com/un-pany/v3-admin-vite.git
synced 2025-04-23 04:19:20 +08:00
14 lines
468 B
TypeScript
14 lines
468 B
TypeScript
/* eslint-disable */
|
|
/* prettier-ignore */
|
|
// @ts-nocheck
|
|
// noinspection JSUnusedGlobalSymbols
|
|
// Generated by unplugin-auto-import
|
|
// biome-ignore lint: disable
|
|
export {}
|
|
declare global {
|
|
const ElLoading: typeof import('element-plus/es')['ElLoading']
|
|
const ElMessage: typeof import('element-plus/es')['ElMessage']
|
|
const ElMessageBox: typeof import('element-plus/es')['ElMessageBox']
|
|
const ElNotification: typeof import('element-plus/es')['ElNotification']
|
|
}
|