Skip to content

Commit

Permalink
chore(internals): export symbol for accessing internals closes #2078
Browse files Browse the repository at this point in the history
  • Loading branch information
moklick committed Jun 21, 2022
1 parent dbd527a commit f52ab12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f52ab12

Please sign in to comment.