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