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