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