UNPKG

@selenite/graph-editor

Version:

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

5 lines (4 loc) 157 B
import type { Connection } from '../../../../..'; declare const Connection: any; type Connection = ReturnType<typeof Connection>; export default Connection;