@ant-design/graphs
Version:
A React graph library based on Graphin
6 lines (5 loc) • 332 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.withCollapsibleNode = void 0;
var with_collapsible_node_1 = require("./with-collapsible-node");
Object.defineProperty(exports, "withCollapsibleNode", { enumerable: true, get: function () { return with_collapsible_node_1.withCollapsibleNode; } });