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