chore(internals): export symbol for accessing internals closes #2078
This commit is contained in:
@@ -19,6 +19,7 @@ export {
|
|||||||
export { default as SmoothStepEdge, getSmoothStepPath } from './components/Edges/SmoothStepEdge';
|
export { default as SmoothStepEdge, getSmoothStepPath } from './components/Edges/SmoothStepEdge';
|
||||||
export * from './additional-components';
|
export * from './additional-components';
|
||||||
|
|
||||||
|
export { internalsSymbol } from './utils';
|
||||||
export {
|
export {
|
||||||
isNode,
|
isNode,
|
||||||
isEdge,
|
isEdge,
|
||||||
|
|||||||
Reference in New Issue
Block a user