Skip to content

Commit f1ad0e3

Browse files
committed
fix: add export GraphComponent
1 parent 466dc90 commit f1ad0e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export { Anchor, type TAnchor, type TAnchorProps } from "./components/canvas/anchors";
22
export { Block as CanvasBlock, type TBlock } from "./components/canvas/blocks/Block";
3+
export { GraphComponent } from "./components/canvas/GraphComponent";
34
export * from "./components/canvas/connections";
45
export * from "./graph";
56
export type { TGraphColors, TGraphConstants } from "./graphConfig";

0 commit comments

Comments
 (0)