UNPKG

@xyflow/svelte

Version:

Svelte Flow - A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.

3 lines (2 loc) 141 B
import type { OnSelectionChange } from '../types'; export declare function useOnSelectionChange(onselectionchange: OnSelectionChange): void;