chore(internals): export symbol for accessing internals closes #2078

This commit is contained in:
moklick
2022-06-21 12:35:14 +02:00
parent dbd527acd0
commit f52ab12f57
+1
View File
@@ -19,6 +19,7 @@ export {
export { default as SmoothStepEdge, getSmoothStepPath } from './components/Edges/SmoothStepEdge';
export * from './additional-components';
export { internalsSymbol } from './utils';
export {
isNode,
isEdge,