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