feat(core): export getSimpleEdgeCenter & getBezierEdgeCenter
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -20,7 +20,14 @@ export {
|
||||
EdgeLabelRenderer,
|
||||
} from './components/Edges'
|
||||
|
||||
export { getBezierPath, getSimpleBezierPath, getSmoothStepPath, getStraightPath } from './components/Edges/utils'
|
||||
export {
|
||||
getBezierPath,
|
||||
getSimpleBezierPath,
|
||||
getSmoothStepPath,
|
||||
getStraightPath,
|
||||
getSimpleEdgeCenter,
|
||||
getBezierEdgeCenter,
|
||||
} from './components/Edges/utils'
|
||||
|
||||
export {
|
||||
isNode,
|
||||
|
||||
Reference in New Issue
Block a user