@tscircuit/core 0.0.549 → 0.0.551
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 +3 -3
- package/dist/index.js +1241 -1209
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -794,9 +794,9 @@ declare class Trace extends PrimitiveComponent<typeof traceProps> implements Tra
|
|
|
794
794
|
_insertErrorIfTraceIsOutsideBoard(mergedRoute: PcbTraceRoutePoint[], ports: Port[]): void;
|
|
795
795
|
doInitialPcbTraceRender(): void;
|
|
796
796
|
_doInitialSchematicTraceRenderWithDisplayLabel(): void;
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
797
|
+
_isSymbolToChipConnection(): boolean | undefined;
|
|
798
|
+
_isSymbolToSymbolConnection(): boolean | undefined;
|
|
799
|
+
_isChipToChipConnection(): boolean | undefined;
|
|
800
800
|
doInitialSchematicTraceRender(): void;
|
|
801
801
|
}
|
|
802
802
|
|