Implement Operation ujsx component with props and leaf node behavior

This commit is contained in:
2026-05-21 20:58:53 +00:00
parent c1c1c012d4
commit aa5ba56b1b
3 changed files with 121 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
export { Operation } from "./operation.js";
export type { OperationProps } from "./operation.js";
export { Parallel } from "./parallel.js";
export type { ParallelProps } from "./parallel.js";
export { Sequential } from "./sequential.js";