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