@khanacademy/perseus-core 19.3.0 → 19.5.0

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.
Files changed (88) hide show
  1. package/dist/data-schema.d.ts +1 -0
  2. package/dist/es/index.item-splitting.js +2 -2
  3. package/dist/es/index.item-splitting.js.map +1 -1
  4. package/dist/es/index.js +4 -4
  5. package/dist/es/index.js.map +1 -1
  6. package/dist/index.item-splitting.js +2 -2
  7. package/dist/index.item-splitting.js.map +1 -1
  8. package/dist/index.js +4 -4
  9. package/dist/index.js.map +1 -1
  10. package/dist/parse-perseus-json/perseus-parsers/image-widget.d.ts +1 -0
  11. package/dist/parse-perseus-json/perseus-parsers/radio-widget.mockData.d.ts +50 -0
  12. package/dist/parse-perseus-json/regression-tests/article-data/image-with-id-0.d.ts +201 -0
  13. package/dist/parse-perseus-json/regression-tests/item-data/categorizer-missing-randomizeItems.d.ts +36 -0
  14. package/dist/parse-perseus-json/regression-tests/item-data/categorizer-missing-static.d.ts +37 -0
  15. package/dist/parse-perseus-json/regression-tests/item-data/categorizer-with-null-value.d.ts +44 -0
  16. package/dist/parse-perseus-json/regression-tests/item-data/cs-program-missing-static.d.ts +71 -0
  17. package/dist/parse-perseus-json/regression-tests/item-data/cs-program-with-null-width.d.ts +21 -0
  18. package/dist/parse-perseus-json/regression-tests/item-data/definition-missing-static.d.ts +55 -0
  19. package/dist/parse-perseus-json/regression-tests/item-data/dropdown-missing-placeholder.d.ts +38 -0
  20. package/dist/parse-perseus-json/regression-tests/item-data/dropdown-missing-version.d.ts +34 -0
  21. package/dist/parse-perseus-json/regression-tests/item-data/explanation-missing-widgets-map.d.ts +69 -0
  22. package/dist/parse-perseus-json/regression-tests/item-data/expression-answerForm-missing-form.d.ts +41 -0
  23. package/dist/parse-perseus-json/regression-tests/item-data/expression-missing-buttonSets.d.ts +35 -0
  24. package/dist/parse-perseus-json/regression-tests/item-data/expression-option-missing-value.d.ts +44 -0
  25. package/dist/parse-perseus-json/regression-tests/item-data/expression-with-null-answer-key.d.ts +124 -0
  26. package/dist/parse-perseus-json/regression-tests/item-data/expression-with-scientific-notation.d.ts +115 -0
  27. package/dist/parse-perseus-json/regression-tests/item-data/graded-group-with-false-hint.d.ts +133 -0
  28. package/dist/parse-perseus-json/regression-tests/item-data/grapher-with-empty-coords.d.ts +111 -0
  29. package/dist/parse-perseus-json/regression-tests/item-data/grapher-with-null-coords.d.ts +59 -0
  30. package/dist/parse-perseus-json/regression-tests/item-data/hint-missing-images.d.ts +175 -0
  31. package/dist/parse-perseus-json/regression-tests/item-data/hint-with-null-replace.d.ts +72 -0
  32. package/dist/parse-perseus-json/regression-tests/item-data/iframe-missing-allowFullScreen.d.ts +63 -0
  33. package/dist/parse-perseus-json/regression-tests/item-data/iframe-missing-settings.d.ts +18 -0
  34. package/dist/parse-perseus-json/regression-tests/item-data/iframe-missing-static.d.ts +46 -0
  35. package/dist/parse-perseus-json/regression-tests/item-data/image-with-null-dimensions.d.ts +181 -0
  36. package/dist/parse-perseus-json/regression-tests/item-data/input-number-with-boolean-value.d.ts +84 -0
  37. package/dist/parse-perseus-json/regression-tests/item-data/interaction-element-missing-constraints.d.ts +115 -0
  38. package/dist/parse-perseus-json/regression-tests/item-data/interaction-element-missing-key.d.ts +353 -0
  39. package/dist/parse-perseus-json/regression-tests/item-data/interactive-graph-backgroundImage-with-empty-string-coordinates.d.ts +77 -0
  40. package/dist/parse-perseus-json/regression-tests/item-data/interactive-graph-locked-figures-missing-weights.d.ts +213 -0
  41. package/dist/parse-perseus-json/regression-tests/item-data/interactive-graph-locked-function-with-null-domain-element.d.ts +62 -0
  42. package/dist/parse-perseus-json/regression-tests/item-data/interactive-graph-locked-line-missing-showPoint1.d.ts +294 -0
  43. package/dist/parse-perseus-json/regression-tests/item-data/interactive-graph-missing-graph.d.ts +167 -0
  44. package/dist/parse-perseus-json/regression-tests/item-data/interactive-graph-missing-gridStep.d.ts +121 -0
  45. package/dist/parse-perseus-json/regression-tests/item-data/interactive-graph-missing-labels.d.ts +49 -0
  46. package/dist/parse-perseus-json/regression-tests/item-data/interactive-graph-polygon-with-exact-match.d.ts +96 -0
  47. package/dist/parse-perseus-json/regression-tests/item-data/interactive-graph-with-string-backgroundImage-left.d.ts +86 -0
  48. package/dist/parse-perseus-json/regression-tests/item-data/item-with-null-itemDataVersion.d.ts +100 -0
  49. package/dist/parse-perseus-json/regression-tests/item-data/label-image-missing-static.d.ts +110 -0
  50. package/dist/parse-perseus-json/regression-tests/item-data/lights-puzzle.d.ts +27 -0
  51. package/dist/parse-perseus-json/regression-tests/item-data/matcher-with-null-options.d.ts +14 -0
  52. package/dist/parse-perseus-json/regression-tests/item-data/matrix-missing-version.d.ts +24 -0
  53. package/dist/parse-perseus-json/regression-tests/item-data/matrix-with-nulls-in-answer.d.ts +39 -0
  54. package/dist/parse-perseus-json/regression-tests/item-data/matrix-with-string-answer-element.d.ts +69 -0
  55. package/dist/parse-perseus-json/regression-tests/item-data/measurer-missing-image.d.ts +49 -0
  56. package/dist/parse-perseus-json/regression-tests/item-data/measurer-missing-static.d.ts +41 -0
  57. package/dist/parse-perseus-json/regression-tests/item-data/number-line-missing-snapDivisions.d.ts +133 -0
  58. package/dist/parse-perseus-json/regression-tests/item-data/number-line-missing-static.d.ts +46 -0
  59. package/dist/parse-perseus-json/regression-tests/item-data/number-line-with-empty-strings-in-label-range.d.ts +92 -0
  60. package/dist/parse-perseus-json/regression-tests/item-data/number-line-with-null-correctX.d.ts +68 -0
  61. package/dist/parse-perseus-json/regression-tests/item-data/numeric-input-answer-with-null-value.d.ts +44 -0
  62. package/dist/parse-perseus-json/regression-tests/item-data/numeric-input-answer-with-simplify-true.d.ts +40 -0
  63. package/dist/parse-perseus-json/regression-tests/item-data/numeric-input-answer-without-value.d.ts +89 -0
  64. package/dist/parse-perseus-json/regression-tests/item-data/numeric-input-missing-coefficient.d.ts +43 -0
  65. package/dist/parse-perseus-json/regression-tests/item-data/numeric-input-missing-labelText.d.ts +210 -0
  66. package/dist/parse-perseus-json/regression-tests/item-data/numeric-input-with-null-answerForms.d.ts +228 -0
  67. package/dist/parse-perseus-json/regression-tests/item-data/numeric-input-with-simplify-accepted.d.ts +108 -0
  68. package/dist/parse-perseus-json/regression-tests/item-data/numeric-input-with-simplify-false.d.ts +52 -0
  69. package/dist/parse-perseus-json/regression-tests/item-data/numeric-input-with-simplify-true-string.d.ts +75 -0
  70. package/dist/parse-perseus-json/regression-tests/item-data/orderer-option-missing-images.d.ts +539 -0
  71. package/dist/parse-perseus-json/regression-tests/item-data/orderer-option-missing-widgets.d.ts +80 -0
  72. package/dist/parse-perseus-json/regression-tests/item-data/orderer-with-invalid-height.d.ts +33 -0
  73. package/dist/parse-perseus-json/regression-tests/item-data/orderer-with-undefined-options.d.ts +135 -0
  74. package/dist/parse-perseus-json/regression-tests/item-data/passage-missing-footnotes-and-title.d.ts +47 -0
  75. package/dist/parse-perseus-json/regression-tests/item-data/passage-ref-missing-summaryText.d.ts +147 -0
  76. package/dist/parse-perseus-json/regression-tests/item-data/plotter-missing-scaleY-and-snapsPerLine.d.ts +64 -0
  77. package/dist/parse-perseus-json/regression-tests/item-data/plotter-with-undefined-plotDimensions.d.ts +76 -0
  78. package/dist/parse-perseus-json/regression-tests/item-data/question-missing-content.d.ts +8 -0
  79. package/dist/parse-perseus-json/regression-tests/item-data/radio-choice-ids-set-to-empty-string.d.ts +49 -0
  80. package/dist/parse-perseus-json/regression-tests/item-data/radio-choice-missing-content.d.ts +147 -0
  81. package/dist/parse-perseus-json/regression-tests/item-data/radio-choice-v2-with-rationale.d.ts +167 -0
  82. package/dist/parse-perseus-json/regression-tests/item-data/radio-missing-noneOfTheAbove.d.ts +43 -0
  83. package/dist/parse-perseus-json/regression-tests/item-data/radio-with-extra-fields-from-go-schema.d.ts +169 -0
  84. package/dist/parse-perseus-json/regression-tests/item-data/radio-with-null-options.d.ts +78 -0
  85. package/dist/parse-perseus-json/regression-tests/item-data/radio-with-null-widgets.d.ts +115 -0
  86. package/dist/parse-perseus-json/regression-tests/item-data/simulator-widget.d.ts +51 -0
  87. package/dist/parse-perseus-json/regression-tests/item-data/transformer-widget.d.ts +99 -0
  88. package/package.json +1 -1
@@ -0,0 +1,115 @@
1
+ declare const _default: {
2
+ answerArea: {
3
+ calculator: boolean;
4
+ options: {
5
+ content: string;
6
+ images: {};
7
+ widgets: {};
8
+ };
9
+ type: string;
10
+ };
11
+ hints: never[];
12
+ itemDataVersion: {
13
+ major: number;
14
+ minor: number;
15
+ };
16
+ question: {
17
+ content: string;
18
+ images: {};
19
+ widgets: {
20
+ "interaction 1": {
21
+ graded: boolean;
22
+ options: {
23
+ elements: ({
24
+ key: string;
25
+ options: {
26
+ color: string;
27
+ coordX: string;
28
+ coordY: string;
29
+ funcName?: undefined;
30
+ rangeMax?: undefined;
31
+ rangeMin?: undefined;
32
+ strokeDasharray?: undefined;
33
+ strokeWidth?: undefined;
34
+ value?: undefined;
35
+ constraint?: undefined;
36
+ constraintFn?: undefined;
37
+ snap?: undefined;
38
+ startX?: undefined;
39
+ startY?: undefined;
40
+ varSubscript?: undefined;
41
+ };
42
+ type: string;
43
+ } | {
44
+ key: string;
45
+ options: {
46
+ color: string;
47
+ funcName: string;
48
+ rangeMax: string;
49
+ rangeMin: string;
50
+ strokeDasharray: string;
51
+ strokeWidth: number;
52
+ value: string;
53
+ coordX?: undefined;
54
+ coordY?: undefined;
55
+ constraint?: undefined;
56
+ constraintFn?: undefined;
57
+ snap?: undefined;
58
+ startX?: undefined;
59
+ startY?: undefined;
60
+ varSubscript?: undefined;
61
+ };
62
+ type: string;
63
+ } | {
64
+ key: string;
65
+ options: {
66
+ constraint: string;
67
+ constraintFn: string;
68
+ snap: number;
69
+ startX: string;
70
+ startY: string;
71
+ varSubscript: number;
72
+ color?: undefined;
73
+ coordX?: undefined;
74
+ coordY?: undefined;
75
+ funcName?: undefined;
76
+ rangeMax?: undefined;
77
+ rangeMin?: undefined;
78
+ strokeDasharray?: undefined;
79
+ strokeWidth?: undefined;
80
+ value?: undefined;
81
+ };
82
+ type: string;
83
+ })[];
84
+ graph: {
85
+ backgroundImage: {
86
+ bottom: number;
87
+ left: number;
88
+ scale: number;
89
+ url: null;
90
+ };
91
+ box: number[];
92
+ editableSettings: string[];
93
+ gridStep: number[];
94
+ labels: string[];
95
+ markings: string;
96
+ range: number[][];
97
+ rulerLabel: string;
98
+ rulerTicks: number;
99
+ showProtractor: boolean;
100
+ showRuler: boolean;
101
+ snapStep: number[];
102
+ tickStep: number[];
103
+ valid: boolean;
104
+ };
105
+ };
106
+ type: string;
107
+ version: {
108
+ major: number;
109
+ minor: number;
110
+ };
111
+ };
112
+ };
113
+ };
114
+ };
115
+ export default _default;
@@ -0,0 +1,353 @@
1
+ declare const _default: {
2
+ question: {
3
+ content: string;
4
+ images: {
5
+ "https://ka-perseus-graphie.s3.amazonaws.com/da8df81c78b22f5c69d477d8eabfb583968eaf84.png": {
6
+ width: number;
7
+ height: number;
8
+ };
9
+ "https://ka-perseus-graphie.s3.amazonaws.com/b59fc02ca1aae800977b8793ed22f647a1aa75ee.png": {
10
+ width: number;
11
+ height: number;
12
+ };
13
+ };
14
+ widgets: {
15
+ "interaction 1": {
16
+ type: string;
17
+ graded: boolean;
18
+ options: {
19
+ graph: {
20
+ editableSettings: string[];
21
+ box: number[];
22
+ labels: string[];
23
+ range: number[][];
24
+ gridStep: number[];
25
+ markings: string;
26
+ snapStep: number[];
27
+ valid: boolean;
28
+ backgroundImage: {
29
+ url: null;
30
+ scale: number;
31
+ bottom: number;
32
+ left: number;
33
+ };
34
+ showProtractor: boolean;
35
+ showRuler: boolean;
36
+ rulerLabel: string;
37
+ rulerTicks: number;
38
+ tickStep: number[];
39
+ scale: number[];
40
+ };
41
+ elements: ({
42
+ type: string;
43
+ options: {
44
+ startX: string;
45
+ startY: string;
46
+ constraint: string;
47
+ snap: number;
48
+ constraintFn: string;
49
+ constraintXMin: string;
50
+ constraintXMax: string;
51
+ constraintYMin: string;
52
+ constraintYMax: string;
53
+ varSubscript: number;
54
+ coordX?: undefined;
55
+ coordY?: undefined;
56
+ color?: undefined;
57
+ };
58
+ } | {
59
+ type: string;
60
+ options: {
61
+ coordX: string;
62
+ coordY: string;
63
+ color: string;
64
+ startX?: undefined;
65
+ startY?: undefined;
66
+ constraint?: undefined;
67
+ snap?: undefined;
68
+ constraintFn?: undefined;
69
+ constraintXMin?: undefined;
70
+ constraintXMax?: undefined;
71
+ constraintYMin?: undefined;
72
+ constraintYMax?: undefined;
73
+ varSubscript?: undefined;
74
+ };
75
+ })[];
76
+ };
77
+ version: {
78
+ major: number;
79
+ minor: number;
80
+ };
81
+ };
82
+ "interaction 2": {
83
+ type: string;
84
+ graded: boolean;
85
+ options: {
86
+ graph: {
87
+ editableSettings: string[];
88
+ box: number[];
89
+ labels: string[];
90
+ range: number[][];
91
+ gridStep: number[];
92
+ markings: string;
93
+ snapStep: number[];
94
+ valid: boolean;
95
+ backgroundImage: {
96
+ url: null;
97
+ scale: number;
98
+ bottom: number;
99
+ left: number;
100
+ };
101
+ showProtractor: boolean;
102
+ showRuler: boolean;
103
+ rulerLabel: string;
104
+ rulerTicks: number;
105
+ tickStep: number[];
106
+ scale: number[];
107
+ };
108
+ elements: ({
109
+ type: string;
110
+ options: {
111
+ startX: string;
112
+ startY: string;
113
+ constraint: string;
114
+ snap: number;
115
+ constraintFn: string;
116
+ constraintXMin: string;
117
+ constraintXMax: string;
118
+ constraintYMin: string;
119
+ constraintYMax: string;
120
+ varSubscript: number;
121
+ coordX?: undefined;
122
+ coordY?: undefined;
123
+ color?: undefined;
124
+ };
125
+ } | {
126
+ type: string;
127
+ options: {
128
+ coordX: string;
129
+ coordY: string;
130
+ color: string;
131
+ startX?: undefined;
132
+ startY?: undefined;
133
+ constraint?: undefined;
134
+ snap?: undefined;
135
+ constraintFn?: undefined;
136
+ constraintXMin?: undefined;
137
+ constraintXMax?: undefined;
138
+ constraintYMin?: undefined;
139
+ constraintYMax?: undefined;
140
+ varSubscript?: undefined;
141
+ };
142
+ })[];
143
+ };
144
+ version: {
145
+ major: number;
146
+ minor: number;
147
+ };
148
+ };
149
+ "interaction 3": {
150
+ type: string;
151
+ graded: boolean;
152
+ options: {
153
+ graph: {
154
+ editableSettings: string[];
155
+ box: number[];
156
+ labels: string[];
157
+ range: number[][];
158
+ gridStep: number[];
159
+ markings: string;
160
+ snapStep: number[];
161
+ valid: boolean;
162
+ backgroundImage: {
163
+ url: null;
164
+ scale: number;
165
+ bottom: number;
166
+ left: number;
167
+ };
168
+ showProtractor: boolean;
169
+ showRuler: boolean;
170
+ rulerLabel: string;
171
+ rulerTicks: number;
172
+ tickStep: number[];
173
+ scale: number[];
174
+ };
175
+ elements: ({
176
+ type: string;
177
+ options: {
178
+ startX: string;
179
+ startY: string;
180
+ constraint: string;
181
+ snap: number;
182
+ constraintFn: string;
183
+ constraintXMin: string;
184
+ constraintXMax: string;
185
+ constraintYMin: string;
186
+ constraintYMax: string;
187
+ varSubscript: number;
188
+ coordX?: undefined;
189
+ coordY?: undefined;
190
+ color?: undefined;
191
+ };
192
+ } | {
193
+ type: string;
194
+ options: {
195
+ coordX: string;
196
+ coordY: string;
197
+ color: string;
198
+ startX?: undefined;
199
+ startY?: undefined;
200
+ constraint?: undefined;
201
+ snap?: undefined;
202
+ constraintFn?: undefined;
203
+ constraintXMin?: undefined;
204
+ constraintXMax?: undefined;
205
+ constraintYMin?: undefined;
206
+ constraintYMax?: undefined;
207
+ varSubscript?: undefined;
208
+ };
209
+ })[];
210
+ };
211
+ version: {
212
+ major: number;
213
+ minor: number;
214
+ };
215
+ };
216
+ "interaction 4": {
217
+ type: string;
218
+ graded: boolean;
219
+ options: {
220
+ graph: {
221
+ editableSettings: string[];
222
+ box: number[];
223
+ labels: string[];
224
+ range: number[][];
225
+ gridStep: number[];
226
+ markings: string;
227
+ snapStep: number[];
228
+ valid: boolean;
229
+ backgroundImage: {
230
+ url: null;
231
+ scale: number;
232
+ bottom: number;
233
+ left: number;
234
+ };
235
+ showProtractor: boolean;
236
+ showRuler: boolean;
237
+ rulerLabel: string;
238
+ rulerTicks: number;
239
+ tickStep: number[];
240
+ scale: number[];
241
+ };
242
+ elements: ({
243
+ type: string;
244
+ options: {
245
+ startX: string;
246
+ startY: string;
247
+ constraint: string;
248
+ snap: number;
249
+ constraintFn: string;
250
+ constraintXMin: string;
251
+ constraintXMax: string;
252
+ constraintYMin: string;
253
+ constraintYMax: string;
254
+ varSubscript: number;
255
+ coordX?: undefined;
256
+ coordY?: undefined;
257
+ color?: undefined;
258
+ };
259
+ } | {
260
+ type: string;
261
+ options: {
262
+ coordX: string;
263
+ coordY: string;
264
+ color: string;
265
+ startX?: undefined;
266
+ startY?: undefined;
267
+ constraint?: undefined;
268
+ snap?: undefined;
269
+ constraintFn?: undefined;
270
+ constraintXMin?: undefined;
271
+ constraintXMax?: undefined;
272
+ constraintYMin?: undefined;
273
+ constraintYMax?: undefined;
274
+ varSubscript?: undefined;
275
+ };
276
+ })[];
277
+ };
278
+ version: {
279
+ major: number;
280
+ minor: number;
281
+ };
282
+ };
283
+ "interaction 5": {
284
+ type: string;
285
+ graded: boolean;
286
+ options: {
287
+ graph: {
288
+ editableSettings: string[];
289
+ box: number[];
290
+ labels: string[];
291
+ range: number[][];
292
+ gridStep: number[];
293
+ markings: string;
294
+ snapStep: number[];
295
+ valid: boolean;
296
+ backgroundImage: {
297
+ url: null;
298
+ scale: number;
299
+ bottom: number;
300
+ left: number;
301
+ };
302
+ showProtractor: boolean;
303
+ showRuler: boolean;
304
+ rulerLabel: string;
305
+ rulerTicks: number;
306
+ tickStep: number[];
307
+ scale: number[];
308
+ };
309
+ elements: ({
310
+ type: string;
311
+ options: {
312
+ startX: string;
313
+ startY: string;
314
+ constraint: string;
315
+ snap: number;
316
+ constraintFn: string;
317
+ constraintXMin: string;
318
+ constraintXMax: string;
319
+ constraintYMin: string;
320
+ constraintYMax: string;
321
+ varSubscript: number;
322
+ coordX?: undefined;
323
+ coordY?: undefined;
324
+ color?: undefined;
325
+ };
326
+ } | {
327
+ type: string;
328
+ options: {
329
+ coordX: string;
330
+ coordY: string;
331
+ color: string;
332
+ startX?: undefined;
333
+ startY?: undefined;
334
+ constraint?: undefined;
335
+ snap?: undefined;
336
+ constraintFn?: undefined;
337
+ constraintXMin?: undefined;
338
+ constraintXMax?: undefined;
339
+ constraintYMin?: undefined;
340
+ constraintYMax?: undefined;
341
+ varSubscript?: undefined;
342
+ };
343
+ })[];
344
+ };
345
+ version: {
346
+ major: number;
347
+ minor: number;
348
+ };
349
+ };
350
+ };
351
+ };
352
+ };
353
+ export default _default;
@@ -0,0 +1,77 @@
1
+ declare const _default: {
2
+ answerArea: {
3
+ calculator: boolean;
4
+ options: {
5
+ content: string;
6
+ images: {};
7
+ widgets: {};
8
+ };
9
+ periodicTable: boolean;
10
+ type: string;
11
+ };
12
+ hints: ({
13
+ content: string;
14
+ images: {
15
+ "https://ka-perseus-graphie.s3.amazonaws.com/d29e6802062c091aac9761cf34e41438104bd6a2.png"?: undefined;
16
+ };
17
+ widgets: {};
18
+ } | {
19
+ content: string;
20
+ images: {
21
+ "https://ka-perseus-graphie.s3.amazonaws.com/d29e6802062c091aac9761cf34e41438104bd6a2.png": {
22
+ height: number;
23
+ width: number;
24
+ };
25
+ };
26
+ widgets: {};
27
+ })[];
28
+ itemDataVersion: {
29
+ major: number;
30
+ minor: number;
31
+ };
32
+ question: {
33
+ content: string;
34
+ images: {};
35
+ widgets: {
36
+ "interactive-graph 1": {
37
+ alignment: string;
38
+ graded: boolean;
39
+ options: {
40
+ backgroundImage: {
41
+ bottom: string;
42
+ height: number;
43
+ left: string;
44
+ scale: string;
45
+ url: null;
46
+ width: number;
47
+ };
48
+ correct: {
49
+ coords: number[][];
50
+ numPoints: number;
51
+ type: string;
52
+ };
53
+ graph: {
54
+ numPoints: number;
55
+ type: string;
56
+ };
57
+ gridStep: number[];
58
+ labels: string[];
59
+ markings: string;
60
+ range: number[][];
61
+ rulerLabel: string;
62
+ rulerTicks: number;
63
+ showProtractor: boolean;
64
+ showRuler: boolean;
65
+ snapStep: number[];
66
+ step: number[];
67
+ };
68
+ type: string;
69
+ version: {
70
+ major: number;
71
+ minor: number;
72
+ };
73
+ };
74
+ };
75
+ };
76
+ };
77
+ export default _default;