UNPKG

@selenite/graph-editor

Version:

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

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