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 466dc90 commit f1ad0e3Copy full SHA for f1ad0e3
src/index.ts
@@ -1,5 +1,6 @@
1
export { Anchor, type TAnchor, type TAnchorProps } from "./components/canvas/anchors";
2
export { Block as CanvasBlock, type TBlock } from "./components/canvas/blocks/Block";
3
+export { GraphComponent } from "./components/canvas/GraphComponent";
4
export * from "./components/canvas/connections";
5
export * from "./graph";
6
export type { TGraphColors, TGraphConstants } from "./graphConfig";
0 commit comments