mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 14:27:40 +00:00
Export Reroute class the same as other similar classes (#378)
* Export Reroute class the same as other similar classes * Update test expectations
This commit is contained in:
@@ -81,6 +81,7 @@ export type {
|
||||
ISerialisedGraph,
|
||||
} from "./types/serialisation"
|
||||
export { CanvasPointer } from "./CanvasPointer"
|
||||
export { Reroute } from "./Reroute"
|
||||
export { createBounds } from "./measure"
|
||||
|
||||
export function clamp(v: number, a: number, b: number): number {
|
||||
|
||||
Reference in New Issue
Block a user