Skip to content

Commit

Permalink
Expose getConnectedEdges
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Goupil committed Aug 28, 2020
1 parent 60c3971 commit 3b2be2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 3b2be2f

Please sign in to comment.