@tscircuit/props 0.0.513 → 0.0.514
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/lib/components/chip.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -29437,6 +29437,7 @@ interface ChipPropsSU<PinLabel extends SchematicPinLabel = SchematicPinLabel> ex
|
|
|
29437
29437
|
schPortArrangement?: SchematicPortArrangement;
|
|
29438
29438
|
pinCompatibleVariants?: PinCompatibleVariant[];
|
|
29439
29439
|
schPinStyle?: SchematicPinStyle;
|
|
29440
|
+
/** @deprecated Use schPinStyle instead. */
|
|
29440
29441
|
schPinSpacing?: Distance;
|
|
29441
29442
|
schWidth?: Distance;
|
|
29442
29443
|
schHeight?: Distance;
|