schematic-symbols 0.0.95 → 0.0.97

Sign up to get free protection for your applications and to get access to all the features.
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;