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 f4fd9f2 commit c0a58d1Copy full SHA for c0a58d1
src/index.ts
@@ -4,7 +4,7 @@ export { GraphComponent } from "./components/canvas/GraphComponent";
4
export * from "./components/canvas/connections";
5
export * from "./graph";
6
export type { TGraphColors, TGraphConstants } from "./graphConfig";
7
-export { type UnwrapGraphEventsDetail } from "./graphEvents";
+export { type UnwrapGraphEventsDetail, type SelectionEvent } from "./graphEvents";
8
export * from "./plugins";
9
export { ECameraScaleLevel } from "./services/camera/CameraService";
10
export * from "./services/Layer";
0 commit comments