UNPKG

@xyflow/svelte

Version:

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

6 lines (5 loc) 160 B
import type { PanelPosition, ProOptions } from '@xyflow/system'; export type AttributionProps = { proOptions?: ProOptions; position?: PanelPosition; };