refactor: nodes as builder pattern
This commit is contained in:
2
frontend/src/components/nodes/variable/index.ts
Normal file
2
frontend/src/components/nodes/variable/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export { default as VariableNode, type VariableNodeData, type ValueType } from './VariableNode'
|
||||
export { getVariableNodeDescriptor } from './descriptor'
|
||||
Reference in New Issue
Block a user