Expose getConnectedEdges

This commit is contained in:
Robin Goupil
2020-08-28 20:12:11 +02:00
committed by moklick
parent a00b1ad597
commit c55abc8779
+1 -1
View File
@@ -8,7 +8,7 @@ export { getBezierPath } from './components/Edges/BezierEdge';
export { getSmoothStepPath } from './components/Edges/SmoothStepEdge';
export { getMarkerEnd, getCenter as getEdgeCenter } from './components/Edges/utils';
export { isNode, isEdge, removeElements, addEdge, getOutgoers } from './utils/graph';
export { isNode, isEdge, removeElements, addEdge, getOutgoers, getConnectedEdges } from './utils/graph';
export * from './additional-components';
export * from './types';