Export ISerialisedGraph for frontend repo DTS (#354)

This commit is contained in:
Chenlei Hu
2024-11-27 20:50:16 -08:00
committed by GitHub
parent e981fa01a0
commit 83ba7a8df7

View File

@@ -78,6 +78,7 @@ export { EaseFunction, LinkMarkerShape } from "./types/globalEnums"
export type {
SerialisableGraph,
SerialisableLLink,
ISerialisedGraph,
} from "./types/serialisation"
export { CanvasPointer } from "./CanvasPointer"
export { createBounds } from "./measure"