@tscircuit/footprinter 0.0.194 → 0.0.196
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 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1217,6 +1217,7 @@ type Footprinter = {
|
|
|
1217
1217
|
soup: () => AnySoupElement[];
|
|
1218
1218
|
circuitJson: () => AnyCircuitElement[];
|
|
1219
1219
|
};
|
|
1220
|
+
platedhole: () => FootprinterParamsBuilder<"d" | "hd" | "r" | "hr" | "pd" | "pr">;
|
|
1220
1221
|
pad: () => FootprinterParamsBuilder<"w" | "h"> & {
|
|
1221
1222
|
params: () => any;
|
|
1222
1223
|
soup: () => AnySoupElement[];
|