mirror of
https://github.com/blossom-editor/blossom
synced 2024-11-17 22:48:03 +08:00
10 lines
237 B
TypeScript
10 lines
237 B
TypeScript
/* eslint-disable */
|
|
/* prettier-ignore */
|
|
// @ts-nocheck
|
|
// noinspection JSUnusedGlobalSymbols
|
|
// Generated by unplugin-auto-import
|
|
export {}
|
|
declare global {
|
|
const ElNotification: typeof import('element-plus/es')['ElNotification']
|
|
}
|