UNPKG

@selenite/graph-editor

Version:

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

8 lines (7 loc) 275 B
import type { ExecSocket } from '../../../../../socket/ExecSocket'; type $$ComponentProps = { data: ExecSocket; }; declare const ExecSocket: import("svelte").Component<$$ComponentProps, {}, "">; type ExecSocket = ReturnType<typeof ExecSocket>; export default ExecSocket;