think/packages/client/global.d.ts

7 lines
97 B
TypeScript

interface Window {
// 思维导图
MindElixir: any;
// drawio 绘图
GraphViewer: any;
}