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