@tscircuit/props 0.0.602 → 0.0.603
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/lib/components/bus.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -28490,7 +28490,7 @@ interface BusProps {
|
|
|
28490
28490
|
name?: string;
|
|
28491
28491
|
/** Trace names or port selectors for the connections in the bus. */
|
|
28492
28492
|
connections: string[];
|
|
28493
|
-
/**
|
|
28493
|
+
/** If set, every trace in this bus is assigned to this autorouting phase. */
|
|
28494
28494
|
routingPhaseIndex?: number | null;
|
|
28495
28495
|
}
|
|
28496
28496
|
declare const busProps: z.ZodObject<{
|