feat(examples): add custom edge closes #193

This commit is contained in:
moklick
2020-05-11 22:05:50 +02:00
parent 6ea206e3be
commit 4af6261771
3 changed files with 29 additions and 11 deletions
+2 -7
View File
@@ -3,12 +3,7 @@ import ReactFlow from './container/ReactFlow';
export default ReactFlow;
export { default as Handle } from './components/Handle';
export { default as EdgeText } from './components/Edges/EdgeText';
export { MiniMap, Controls } from './plugins';
export {
isNode,
isEdge,
removeElements,
addEdge,
getOutgoers,
} from './utils/graph';
export { isNode, isEdge, removeElements, addEdge, getOutgoers } from './utils/graph';