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