UNPKG

@eccenca/gui-elements

Version:

GUI elements based on other libraries, usable in React application, written in Typescript.

16 lines (14 loc) 501 B
import { NodeDefault } from "./NodeDefault"; /** @deprecated (v25) will be removed without replacement, define it yourself or use `<ReactFlow/` with `configuration` option. */ export const nodeTypes = { default: NodeDefault, graphNode: NodeDefault, classNode: NodeDefault, instanceNode: NodeDefault, propertyNode: NodeDefault, datasetNode: NodeDefault, linkingNode: NodeDefault, transformNode: NodeDefault, taskNode: NodeDefault, workflowNode: NodeDefault, };