ui-nyla/src/components/FlowEditor/nodes/ifElse/index.ts
ValueOn AG f35e22c7f4
Some checks failed
Deploy Nyla Frontend to Production / build-and-deploy (push) Failing after 2s
Sync: full codebase from GitHub frontend_nyla main
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-23 23:54:30 +02:00

2 lines
181 B
TypeScript

export { ConditionEditor as IfElseNodeConfig } from '../frontendTypeRenderers/ConditionEditor';
export type { StructuredCondition } from '../frontendTypeRenderers/ConditionEditor';