Skip to content

Commit c0a58d1

Browse files
itwillworkAntamansid
authored andcommitted
feat: add SelectionEvent export (#162)
1 parent f4fd9f2 commit c0a58d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export { GraphComponent } from "./components/canvas/GraphComponent";
44
export * from "./components/canvas/connections";
55
export * from "./graph";
66
export type { TGraphColors, TGraphConstants } from "./graphConfig";
7-
export { type UnwrapGraphEventsDetail } from "./graphEvents";
7+
export { type UnwrapGraphEventsDetail, type SelectionEvent } from "./graphEvents";
88
export * from "./plugins";
99
export { ECameraScaleLevel } from "./services/camera/CameraService";
1010
export * from "./services/Layer";

0 commit comments

Comments
 (0)