7 lines
97 B
TypeScript
7 lines
97 B
TypeScript
interface Window {
|
|
// drawio 绘图
|
|
GraphViewer: any;
|
|
// 百度脑图
|
|
kityminder: any;
|
|
}
|