UNPKG

@selenite/graph-editor

Version:

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

9 lines (8 loc) 233 B
import type { Component } from 'svelte'; declare const Root: Component<{ component: Component; props: Record<string, unknown>; onRendered: () => void; }, {}, "">; type Root = ReturnType<typeof Root>; export default Root;