Closed awesomenkj closed 4 years ago
I tried to import mxgraph in typescript like this.
declare var require: any; const mx = require("mxgraph")({ mxImageBasePath: "assets/images", mxBasePath: "assets" });
but I got this error and couldn't find the way to fix this.
I tried to import mxgraph in typescript like this.
but I got this error and couldn't find the way to fix this.