Files
zui/frontend/src/components/nodes/variable/index.ts

3 lines
153 B
TypeScript

export { default as VariableNode, type VariableNodeData, type ValueType } from './VariableNode'
export { getVariableNodeDescriptor } from './descriptor'