UNPKG

@selenite/graph-editor

Version:

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

4 lines (3 loc) 173 B
declare const VariablesList: import("svelte").Component<Record<string, never>, {}, "">; type VariablesList = ReturnType<typeof VariablesList>; export default VariablesList;