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) 231 B
import type { SmoothStepEdgeProps } from '../../types'; declare const SmoothStepEdge: import("svelte").Component<SmoothStepEdgeProps, {}, "">; type SmoothStepEdge = ReturnType<typeof SmoothStepEdge>; export default SmoothStepEdge;