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