@tscircuit/footprinter 0.0.78 → 0.0.80

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 CHANGED
@@ -988,6 +988,7 @@ type Footprinter = {
988
988
  axial: () => FootprinterParamsBuilder<"p" | "id" | "od">;
989
989
  pushbutton: () => FootprinterParamsBuilder<"tllabel" | "trlabel" | "bllabel" | "brlabel">;
990
990
  stampboard: () => FootprinterParamsBuilder<"w" | "left" | "right" | "top" | "bottom" | "p" | "pw" | "pl" | "innerhole">;
991
+ stampreceiver: () => FootprinterParamsBuilder<"w" | "left" | "right" | "top" | "bottom" | "p" | "pw" | "pl">;
991
992
  params: () => any;
992
993
  /** @deprecated use circuitJson() instead */
993
994
  soup: () => AnySoupElement[];