UNPKG

@selenite/graph-editor

Version:

A graph editor for visual programming, based on rete and svelte.

4 lines (3 loc) 147 B
import { type Setup, type SetupFunction } from './Setup'; export declare const setupArea: SetupFunction; export declare const arrangeSetup: Setup;