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