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