兰宝车间质量管理系统-前端
疯狂的狮子Li
2024-05-29 c2fdbc66b2ff9b5987049c7b55488e44e7d5f485
1
2
3
4
5
6
7
8
9
10
11
12
13
import { MessageApiInjection } from 'naive-ui/lib/message/src/MessageProvider';
 
declare global {
  interface Window {
    bpmnInstances: any;
    __messageBox: MessageApiInjection;
    URL: any;
  }
}
 
declare interface Window {
  bpmnInstances: any;
}