refactor(exports): export all edges closes #1355
This commit is contained in:
+4
-2
@@ -4,8 +4,10 @@ export default ReactFlow;
|
|||||||
|
|
||||||
export { default as Handle } from './components/Handle';
|
export { default as Handle } from './components/Handle';
|
||||||
export { default as EdgeText } from './components/Edges/EdgeText';
|
export { default as EdgeText } from './components/Edges/EdgeText';
|
||||||
export { getBezierPath } from './components/Edges/BezierEdge';
|
export { default as StraightEdge } from './components/Edges/StraightEdge';
|
||||||
export { getSmoothStepPath } from './components/Edges/SmoothStepEdge';
|
export { default as StepEdge } from './components/Edges/StepEdge';
|
||||||
|
export { default as BezierEdge, getBezierPath } from './components/Edges/BezierEdge';
|
||||||
|
export { default as SmoothStepEdge, getSmoothStepPath } from './components/Edges/SmoothStepEdge';
|
||||||
export { getMarkerEnd, getCenter as getEdgeCenter } from './components/Edges/utils';
|
export { getMarkerEnd, getCenter as getEdgeCenter } from './components/Edges/utils';
|
||||||
|
|
||||||
export {
|
export {
|
||||||
|
|||||||
Reference in New Issue
Block a user