Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
nit
  • Loading branch information
benceruleanlu committed Jul 23, 2025
commit f35fbb34c6c0b593400d46ed61b12854ebaa0e4d
2 changes: 1 addition & 1 deletion src/litegraph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export { BadgePosition, LGraphBadge, type LGraphBadgeOptions } from "./LGraphBad
export { LGraphCanvas, type LGraphCanvasState } from "./LGraphCanvas"
export { LGraphGroup } from "./LGraphGroup"
export { LGraphNode, type NodeId } from "./LGraphNode"
export { LGraphNodeProperties, type PropertyConfig } from "./LGraphNodeProperties"
export { LGraphNodeProperties } from "./LGraphNodeProperties"
export { type LinkId, LLink } from "./LLink"
export { clamp, createBounds } from "./measure"
export { Reroute, type RerouteId } from "./Reroute"
Expand Down