UNPKG

@xyflow/svelte

Version:

Svelte Flow - A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.

5 lines (4 loc) 195 B
import type { StepEdgeProps } from '../../types'; declare const StepEdge: import("svelte").Component<StepEdgeProps, {}, "">; type StepEdge = ReturnType<typeof StepEdge>; export default StepEdge;