From f52ab12f575eb5ad88fd08955050f271c1a0f505 Mon Sep 17 00:00:00 2001 From: moklick Date: Tue, 21 Jun 2022 12:35:14 +0200 Subject: [PATCH] chore(internals): export symbol for accessing internals closes #2078 --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index add58524..8ad297aa 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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,