UNPKG

@selenite/graph-editor

Version:

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

8 lines (7 loc) 200 B
import type { Setup } from '../../setup/Setup'; export type GridlineExtra = { type: 'gridline-toggle-visibility'; } | { type: 'gridline-update'; }; export declare const gridLinesSetup: Setup;