We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe68d7 commit 081d176Copy full SHA for 081d176
src/index.ts
@@ -1,5 +1,7 @@
1
export * from '@/components/diagram';
2
export * from '@/utilities/apply-layout';
3
+export { convertToExternalEdge as mapEdgeToDiagramEdge } from '@/utilities/convert-edges';
4
+export { convertToExternalNode as mapNodeToDiagramNode } from '@/utilities/convert-nodes';
5
export * from '@/utilities/add-nodes-within-bounds';
6
export * from '@/types';
7
export {
@@ -8,4 +10,5 @@ export {
8
10
useOnSelectionChange,
9
11
getNodesBounds,
12
getViewportForBounds,
13
+ type ReactFlowInstance as DiagramInstance,
14
} from '@xyflow/react';
0 commit comments