Implement <Conditional> ujsx component with test prop (string/function), else prop, and unit tests

This commit is contained in:
2026-05-21 21:04:01 +00:00
parent cbd26688f8
commit 9bc1f038bd
3 changed files with 114 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
export { Conditional } from "./conditional.js";
export type { ConditionalProps } from "./conditional.js";
export { Operation } from "./operation.js";
export type { OperationProps } from "./operation.js";
export { Parallel } from "./parallel.js";