Merge remote-tracking branch 'origin/main' into arrow-heads-fallback-color

This commit is contained in:
Alessandro
2025-08-11 12:29:28 +02:00
9 changed files with 40 additions and 9 deletions
@@ -393,7 +393,7 @@ export type SvelteFlowProps<
noDragClass?: string;
/**
* Typically, scrolling the mouse wheel when the mouse is over the canvas will zoom the viewport.
* Adding the `"nowheel"` class to an element n the canvas will prevent this behavior and this prop
* Adding the `"nowheel"` class to an element in the canvas will prevent this behavior and this prop
* allows you to change the name of that class.
* @default "nowheel"
*/
+2 -1
View File
@@ -53,7 +53,8 @@ export type {
StepEdgeProps,
StraightEdgeProps,
EdgeTypes,
DefaultEdgeOptions
DefaultEdgeOptions,
BuiltInEdge,
} from '$lib/types/edges';
export type * from '$lib/types/general';
export type { Node, NodeTypes, BuiltInNode, NodeProps, InternalNode } from '$lib/types/nodes';