think/packages/client/global.d.ts

7 lines
97 B
TypeScript

interface Window {
// drawio 绘图
GraphViewer: any;
// 百度脑图
kityminder: any;
}