2023-04-07 17:38:15 +08:00
|
|
|
import { NotificationInstance } from 'antd/es/notification/interface';
|
|
|
|
|
|
|
|
// 在window上挂载 antd Notification
|
|
|
|
declare global {
|
|
|
|
interface Window {
|
|
|
|
NotificationCF: NotificationInstance;
|
2023-04-13 17:36:49 +08:00
|
|
|
AMR: any;
|
2023-04-07 17:38:15 +08:00
|
|
|
}
|
|
|
|
}
|