@ichigo_san/graphing
Version:
A lightweight UML-style diagram editor built with React Flow and Tailwind CSS
19 lines (18 loc) • 493 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "ExportFormatPlugin", {
enumerable: true,
get: function () {
return _ExportFormatPlugin.ExportFormatPlugin;
}
});
Object.defineProperty(exports, "NodeTypePlugin", {
enumerable: true,
get: function () {
return _NodeTypePlugin.NodeTypePlugin;
}
});
var _NodeTypePlugin = require("./NodeTypePlugin.js");
var _ExportFormatPlugin = require("./ExportFormatPlugin.js");