UNPKG

@xyflow/svelte

Version:

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

9 lines (8 loc) 280 B
import type { ClassValue } from 'svelte/elements'; type $$ComponentProps = { radius: number; class?: ClassValue; }; declare const DotPattern: import("svelte").Component<$$ComponentProps, {}, "">; type DotPattern = ReturnType<typeof DotPattern>; export default DotPattern;