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