UNPKG

@selenite/graph-editor

Version:

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

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