We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db75db8 commit bc64e27Copy full SHA for bc64e27
2 files changed
src/extensions/react-flow/_react-flow.scss
@@ -3,6 +3,7 @@
3
@import "edges/edges";
4
@import "handles/handles";
5
@import "minimap/minimap";
6
+@import "@xyflow/react/dist/style.css";
7
8
.react-flow__background {
9
border: solid 1px $eccgui-color-separation-divider;
src/extensions/react-flow/index.ts
@@ -14,6 +14,7 @@ export * from "./markers/ReactFlowMarkers";
14
export * from "./minimap/MiniMap";
15
export * from "./minimap/utils";
16
export * from "./edges/EdgeDefaultV12";
17
+export * from "./versionsupport";
18
19
// deprecated exports
20
export { nodeTypes } from "./nodes/nodeTypes"; // @deprecated removed in v25
0 commit comments