schematic-symbols 0.0.95 → 0.0.97

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
@@ -148,7 +148,15 @@ declare const _default: {
148
148
  led_down: undefined;
149
149
  led_left: undefined;
150
150
  led_right: undefined;
151
- led_up: undefined;
151
+ led_up: {
152
+ primitives: Primitive[];
153
+ center: Point;
154
+ ports: Port[];
155
+ size: {
156
+ width: number;
157
+ height: number;
158
+ };
159
+ };
152
160
  light_dependent_resistor_horz: undefined;
153
161
  light_dependent_resistor_vert: undefined;
154
162
  mosfet_depletion_normally_on_horz: undefined;