@tscircuit/footprinter 0.0.260 → 0.0.261
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 +48 -8
- package/dist/index.js +182 -99
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -121,6 +121,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
121
121
|
pl: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
122
122
|
legsoutside: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
123
123
|
pillpads: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
124
|
+
silkscreen_stroke_width: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
124
125
|
}, "strip", z.ZodTypeAny, {
|
|
125
126
|
fn: string;
|
|
126
127
|
num_pins: number;
|
|
@@ -130,6 +131,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
130
131
|
pl: number;
|
|
131
132
|
legsoutside: boolean;
|
|
132
133
|
pillpads: boolean;
|
|
134
|
+
silkscreen_stroke_width: number;
|
|
133
135
|
}, {
|
|
134
136
|
fn: string;
|
|
135
137
|
num_pins?: number | undefined;
|
|
@@ -139,6 +141,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
139
141
|
pl?: string | number | undefined;
|
|
140
142
|
legsoutside?: boolean | undefined;
|
|
141
143
|
pillpads?: boolean | undefined;
|
|
144
|
+
silkscreen_stroke_width?: number | undefined;
|
|
142
145
|
}>, NowDefined<{
|
|
143
146
|
fn: string;
|
|
144
147
|
num_pins: number;
|
|
@@ -148,7 +151,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
148
151
|
pl: number;
|
|
149
152
|
legsoutside: boolean;
|
|
150
153
|
pillpads: boolean;
|
|
151
|
-
|
|
154
|
+
silkscreen_stroke_width: number;
|
|
155
|
+
}, "w" | "p" | "pw" | "pl" | "pillpads" | "silkscreen_stroke_width">, {
|
|
152
156
|
fn: string;
|
|
153
157
|
num_pins?: number | undefined;
|
|
154
158
|
w?: string | number | undefined;
|
|
@@ -157,6 +161,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
157
161
|
pl?: string | number | undefined;
|
|
158
162
|
legsoutside?: boolean | undefined;
|
|
159
163
|
pillpads?: boolean | undefined;
|
|
164
|
+
silkscreen_stroke_width?: number | undefined;
|
|
160
165
|
}>, z.ZodEffects<z.ZodObject<{
|
|
161
166
|
fn: z.ZodString;
|
|
162
167
|
num_pins: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -299,6 +304,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
299
304
|
pl: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
300
305
|
legsoutside: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
301
306
|
pillpads: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
307
|
+
silkscreen_stroke_width: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
302
308
|
}, "strip", z.ZodTypeAny, {
|
|
303
309
|
fn: string;
|
|
304
310
|
num_pins: number;
|
|
@@ -308,6 +314,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
308
314
|
pl: number;
|
|
309
315
|
legsoutside: boolean;
|
|
310
316
|
pillpads: boolean;
|
|
317
|
+
silkscreen_stroke_width: number;
|
|
311
318
|
}, {
|
|
312
319
|
fn: string;
|
|
313
320
|
num_pins?: number | undefined;
|
|
@@ -317,6 +324,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
317
324
|
pl?: string | number | undefined;
|
|
318
325
|
legsoutside?: boolean | undefined;
|
|
319
326
|
pillpads?: boolean | undefined;
|
|
327
|
+
silkscreen_stroke_width?: number | undefined;
|
|
320
328
|
}>, NowDefined<{
|
|
321
329
|
fn: string;
|
|
322
330
|
num_pins: number;
|
|
@@ -326,7 +334,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
326
334
|
pl: number;
|
|
327
335
|
legsoutside: boolean;
|
|
328
336
|
pillpads: boolean;
|
|
329
|
-
|
|
337
|
+
silkscreen_stroke_width: number;
|
|
338
|
+
}, "w" | "p" | "pw" | "pl" | "pillpads" | "silkscreen_stroke_width">, {
|
|
330
339
|
fn: string;
|
|
331
340
|
num_pins?: number | undefined;
|
|
332
341
|
w?: string | number | undefined;
|
|
@@ -335,6 +344,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
335
344
|
pl?: string | number | undefined;
|
|
336
345
|
legsoutside?: boolean | undefined;
|
|
337
346
|
pillpads?: boolean | undefined;
|
|
347
|
+
silkscreen_stroke_width?: number | undefined;
|
|
338
348
|
}>, z.ZodEffects<z.ZodObject<{
|
|
339
349
|
fn: z.ZodString;
|
|
340
350
|
num_pins: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -344,6 +354,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
344
354
|
pl: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
345
355
|
legsoutside: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
346
356
|
pillpads: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
357
|
+
silkscreen_stroke_width: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
347
358
|
}, "strip", z.ZodTypeAny, {
|
|
348
359
|
fn: string;
|
|
349
360
|
num_pins: number;
|
|
@@ -353,6 +364,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
353
364
|
pl: number;
|
|
354
365
|
legsoutside: boolean;
|
|
355
366
|
pillpads: boolean;
|
|
367
|
+
silkscreen_stroke_width: number;
|
|
356
368
|
}, {
|
|
357
369
|
fn: string;
|
|
358
370
|
num_pins?: number | undefined;
|
|
@@ -362,6 +374,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
362
374
|
pl?: string | number | undefined;
|
|
363
375
|
legsoutside?: boolean | undefined;
|
|
364
376
|
pillpads?: boolean | undefined;
|
|
377
|
+
silkscreen_stroke_width?: number | undefined;
|
|
365
378
|
}>, NowDefined<{
|
|
366
379
|
fn: string;
|
|
367
380
|
num_pins: number;
|
|
@@ -371,7 +384,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
371
384
|
pl: number;
|
|
372
385
|
legsoutside: boolean;
|
|
373
386
|
pillpads: boolean;
|
|
374
|
-
|
|
387
|
+
silkscreen_stroke_width: number;
|
|
388
|
+
}, "w" | "p" | "pw" | "pl" | "pillpads" | "silkscreen_stroke_width">, {
|
|
375
389
|
fn: string;
|
|
376
390
|
num_pins?: number | undefined;
|
|
377
391
|
w?: string | number | undefined;
|
|
@@ -380,6 +394,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
380
394
|
pl?: string | number | undefined;
|
|
381
395
|
legsoutside?: boolean | undefined;
|
|
382
396
|
pillpads?: boolean | undefined;
|
|
397
|
+
silkscreen_stroke_width?: number | undefined;
|
|
383
398
|
}>, z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
384
399
|
fn: z.ZodString;
|
|
385
400
|
num_pins: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -873,6 +888,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
873
888
|
pl: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
874
889
|
legsoutside: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
875
890
|
pillpads: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
891
|
+
silkscreen_stroke_width: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
876
892
|
}, "strip", z.ZodTypeAny, {
|
|
877
893
|
fn: string;
|
|
878
894
|
num_pins: number;
|
|
@@ -882,6 +898,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
882
898
|
pl: number;
|
|
883
899
|
legsoutside: boolean;
|
|
884
900
|
pillpads: boolean;
|
|
901
|
+
silkscreen_stroke_width: number;
|
|
885
902
|
}, {
|
|
886
903
|
fn: string;
|
|
887
904
|
num_pins?: number | undefined;
|
|
@@ -891,6 +908,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
891
908
|
pl?: string | number | undefined;
|
|
892
909
|
legsoutside?: boolean | undefined;
|
|
893
910
|
pillpads?: boolean | undefined;
|
|
911
|
+
silkscreen_stroke_width?: number | undefined;
|
|
894
912
|
}>, NowDefined<{
|
|
895
913
|
fn: string;
|
|
896
914
|
num_pins: number;
|
|
@@ -900,7 +918,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
900
918
|
pl: number;
|
|
901
919
|
legsoutside: boolean;
|
|
902
920
|
pillpads: boolean;
|
|
903
|
-
|
|
921
|
+
silkscreen_stroke_width: number;
|
|
922
|
+
}, "w" | "p" | "pw" | "pl" | "pillpads" | "silkscreen_stroke_width">, {
|
|
904
923
|
fn: string;
|
|
905
924
|
num_pins?: number | undefined;
|
|
906
925
|
w?: string | number | undefined;
|
|
@@ -909,6 +928,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
909
928
|
pl?: string | number | undefined;
|
|
910
929
|
legsoutside?: boolean | undefined;
|
|
911
930
|
pillpads?: boolean | undefined;
|
|
931
|
+
silkscreen_stroke_width?: number | undefined;
|
|
912
932
|
}>, z.ZodObject<{
|
|
913
933
|
fn: z.ZodString;
|
|
914
934
|
num_pins: z.ZodDefault<z.ZodNumber>;
|
|
@@ -945,6 +965,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
945
965
|
pl: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
946
966
|
legsoutside: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
947
967
|
pillpads: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
968
|
+
silkscreen_stroke_width: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
948
969
|
}, "strip", z.ZodTypeAny, {
|
|
949
970
|
fn: string;
|
|
950
971
|
num_pins: number;
|
|
@@ -954,6 +975,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
954
975
|
pl: number;
|
|
955
976
|
legsoutside: boolean;
|
|
956
977
|
pillpads: boolean;
|
|
978
|
+
silkscreen_stroke_width: number;
|
|
957
979
|
}, {
|
|
958
980
|
fn: string;
|
|
959
981
|
num_pins?: number | undefined;
|
|
@@ -963,6 +985,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
963
985
|
pl?: string | number | undefined;
|
|
964
986
|
legsoutside?: boolean | undefined;
|
|
965
987
|
pillpads?: boolean | undefined;
|
|
988
|
+
silkscreen_stroke_width?: number | undefined;
|
|
966
989
|
}>, NowDefined<{
|
|
967
990
|
fn: string;
|
|
968
991
|
num_pins: number;
|
|
@@ -972,7 +995,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
972
995
|
pl: number;
|
|
973
996
|
legsoutside: boolean;
|
|
974
997
|
pillpads: boolean;
|
|
975
|
-
|
|
998
|
+
silkscreen_stroke_width: number;
|
|
999
|
+
}, "w" | "p" | "pw" | "pl" | "pillpads" | "silkscreen_stroke_width">, {
|
|
976
1000
|
fn: string;
|
|
977
1001
|
num_pins?: number | undefined;
|
|
978
1002
|
w?: string | number | undefined;
|
|
@@ -981,6 +1005,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
981
1005
|
pl?: string | number | undefined;
|
|
982
1006
|
legsoutside?: boolean | undefined;
|
|
983
1007
|
pillpads?: boolean | undefined;
|
|
1008
|
+
silkscreen_stroke_width?: number | undefined;
|
|
984
1009
|
}>, z.ZodObject<{
|
|
985
1010
|
fn: z.ZodString;
|
|
986
1011
|
num_pins: z.ZodDefault<z.ZodLiteral<6>>;
|
|
@@ -1017,6 +1042,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1017
1042
|
pl: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
1018
1043
|
legsoutside: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1019
1044
|
pillpads: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1045
|
+
silkscreen_stroke_width: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1020
1046
|
}, "strip", z.ZodTypeAny, {
|
|
1021
1047
|
fn: string;
|
|
1022
1048
|
num_pins: number;
|
|
@@ -1026,6 +1052,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1026
1052
|
pl: number;
|
|
1027
1053
|
legsoutside: boolean;
|
|
1028
1054
|
pillpads: boolean;
|
|
1055
|
+
silkscreen_stroke_width: number;
|
|
1029
1056
|
}, {
|
|
1030
1057
|
fn: string;
|
|
1031
1058
|
num_pins?: number | undefined;
|
|
@@ -1035,6 +1062,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1035
1062
|
pl?: string | number | undefined;
|
|
1036
1063
|
legsoutside?: boolean | undefined;
|
|
1037
1064
|
pillpads?: boolean | undefined;
|
|
1065
|
+
silkscreen_stroke_width?: number | undefined;
|
|
1038
1066
|
}>, NowDefined<{
|
|
1039
1067
|
fn: string;
|
|
1040
1068
|
num_pins: number;
|
|
@@ -1044,7 +1072,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1044
1072
|
pl: number;
|
|
1045
1073
|
legsoutside: boolean;
|
|
1046
1074
|
pillpads: boolean;
|
|
1047
|
-
|
|
1075
|
+
silkscreen_stroke_width: number;
|
|
1076
|
+
}, "w" | "p" | "pw" | "pl" | "pillpads" | "silkscreen_stroke_width">, {
|
|
1048
1077
|
fn: string;
|
|
1049
1078
|
num_pins?: number | undefined;
|
|
1050
1079
|
w?: string | number | undefined;
|
|
@@ -1053,6 +1082,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1053
1082
|
pl?: string | number | undefined;
|
|
1054
1083
|
legsoutside?: boolean | undefined;
|
|
1055
1084
|
pillpads?: boolean | undefined;
|
|
1085
|
+
silkscreen_stroke_width?: number | undefined;
|
|
1056
1086
|
}>, z.ZodObject<{
|
|
1057
1087
|
fn: z.ZodString;
|
|
1058
1088
|
num_pins: z.ZodDefault<z.ZodLiteral<3>>;
|
|
@@ -1086,6 +1116,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1086
1116
|
pl: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
1087
1117
|
legsoutside: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1088
1118
|
pillpads: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1119
|
+
silkscreen_stroke_width: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1089
1120
|
}, "strip", z.ZodTypeAny, {
|
|
1090
1121
|
fn: string;
|
|
1091
1122
|
num_pins: number;
|
|
@@ -1095,6 +1126,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1095
1126
|
pl: number;
|
|
1096
1127
|
legsoutside: boolean;
|
|
1097
1128
|
pillpads: boolean;
|
|
1129
|
+
silkscreen_stroke_width: number;
|
|
1098
1130
|
}, {
|
|
1099
1131
|
fn: string;
|
|
1100
1132
|
num_pins?: number | undefined;
|
|
@@ -1104,6 +1136,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1104
1136
|
pl?: string | number | undefined;
|
|
1105
1137
|
legsoutside?: boolean | undefined;
|
|
1106
1138
|
pillpads?: boolean | undefined;
|
|
1139
|
+
silkscreen_stroke_width?: number | undefined;
|
|
1107
1140
|
}>, NowDefined<{
|
|
1108
1141
|
fn: string;
|
|
1109
1142
|
num_pins: number;
|
|
@@ -1113,7 +1146,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1113
1146
|
pl: number;
|
|
1114
1147
|
legsoutside: boolean;
|
|
1115
1148
|
pillpads: boolean;
|
|
1116
|
-
|
|
1149
|
+
silkscreen_stroke_width: number;
|
|
1150
|
+
}, "w" | "p" | "pw" | "pl" | "pillpads" | "silkscreen_stroke_width">, {
|
|
1117
1151
|
fn: string;
|
|
1118
1152
|
num_pins?: number | undefined;
|
|
1119
1153
|
w?: string | number | undefined;
|
|
@@ -1122,6 +1156,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1122
1156
|
pl?: string | number | undefined;
|
|
1123
1157
|
legsoutside?: boolean | undefined;
|
|
1124
1158
|
pillpads?: boolean | undefined;
|
|
1159
|
+
silkscreen_stroke_width?: number | undefined;
|
|
1125
1160
|
}>, z.ZodEffects<z.ZodObject<{
|
|
1126
1161
|
fn: z.ZodString;
|
|
1127
1162
|
num_pins: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -1131,6 +1166,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1131
1166
|
pl: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
1132
1167
|
legsoutside: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1133
1168
|
pillpads: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1169
|
+
silkscreen_stroke_width: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1134
1170
|
}, "strip", z.ZodTypeAny, {
|
|
1135
1171
|
fn: string;
|
|
1136
1172
|
num_pins: number;
|
|
@@ -1140,6 +1176,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1140
1176
|
pl: number;
|
|
1141
1177
|
legsoutside: boolean;
|
|
1142
1178
|
pillpads: boolean;
|
|
1179
|
+
silkscreen_stroke_width: number;
|
|
1143
1180
|
}, {
|
|
1144
1181
|
fn: string;
|
|
1145
1182
|
num_pins?: number | undefined;
|
|
@@ -1149,6 +1186,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1149
1186
|
pl?: string | number | undefined;
|
|
1150
1187
|
legsoutside?: boolean | undefined;
|
|
1151
1188
|
pillpads?: boolean | undefined;
|
|
1189
|
+
silkscreen_stroke_width?: number | undefined;
|
|
1152
1190
|
}>, NowDefined<{
|
|
1153
1191
|
fn: string;
|
|
1154
1192
|
num_pins: number;
|
|
@@ -1158,7 +1196,8 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1158
1196
|
pl: number;
|
|
1159
1197
|
legsoutside: boolean;
|
|
1160
1198
|
pillpads: boolean;
|
|
1161
|
-
|
|
1199
|
+
silkscreen_stroke_width: number;
|
|
1200
|
+
}, "w" | "p" | "pw" | "pl" | "pillpads" | "silkscreen_stroke_width">, {
|
|
1162
1201
|
fn: string;
|
|
1163
1202
|
num_pins?: number | undefined;
|
|
1164
1203
|
w?: string | number | undefined;
|
|
@@ -1167,6 +1206,7 @@ declare const any_footprinter_def: z.ZodUnion<[z.ZodObject<{
|
|
|
1167
1206
|
pl?: string | number | undefined;
|
|
1168
1207
|
legsoutside?: boolean | undefined;
|
|
1169
1208
|
pillpads?: boolean | undefined;
|
|
1209
|
+
silkscreen_stroke_width?: number | undefined;
|
|
1170
1210
|
}>, z.ZodObject<{
|
|
1171
1211
|
tht: z.ZodBoolean;
|
|
1172
1212
|
p: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|