Newbie to Diagram.
I installed the dhx-diagram-package through npm. The Diagram can be imported, but NO DiagramEditor
import { Diagram, DiagramEditor } from "dhx-diagram-package"; // Diagram is OK, but DiagramEditor FAILED
import { DiagramEditor } from "../../node_modules/dhx-diagram-package/codebase/diagramWithEditor"; // this works
Is it possible to import DiagramEditor just like Diagram?
Thx