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