Implement Parallel ujsx component with id and maxConcurrency props

This commit is contained in:
2026-05-21 20:48:59 +00:00
parent 0886ba1f00
commit e18fd19453
3 changed files with 58 additions and 6 deletions

View File

@@ -1 +1,2 @@
export {};
export { Parallel } from "./parallel.js";
export type { ParallelProps } from "./parallel.js";