@khanacademy/perseus-editor 28.6.1 → 28.6.3

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.
@@ -33,7 +33,6 @@ declare const InteractiveGraph: {
33
33
  apiOptions: Readonly<Readonly<{
34
34
  isArticle?: boolean;
35
35
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
36
- GroupMetadataEditor?: React.ComponentType<any>;
37
36
  showAlignmentOptions?: boolean;
38
37
  readOnly?: boolean;
39
38
  editingDisabled?: boolean;
@@ -42,7 +41,6 @@ declare const InteractiveGraph: {
42
41
  interactionCallback?: (widgetData: {
43
42
  [widgetId: string]: any;
44
43
  }) => void;
45
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
46
44
  imagePlaceholder?: React.ReactNode;
47
45
  widgetPlaceholder?: React.ReactNode;
48
46
  baseElements?: {
@@ -71,7 +69,6 @@ declare const InteractiveGraph: {
71
69
  } | undefined>;
72
70
  canScrollPage: NonNullable<boolean | undefined>;
73
71
  editorChangeDelay: NonNullable<number | undefined>;
74
- groupAnnotator: NonNullable<((groupNumber: number, widgetId: string) => React.ReactNode) | undefined>;
75
72
  isArticle: NonNullable<boolean | undefined>;
76
73
  isMobile: NonNullable<boolean | undefined>;
77
74
  isMobileApp: NonNullable<boolean | undefined>;
@@ -125,7 +122,6 @@ declare const InteractiveGraph: {
125
122
  apiOptions: Readonly<Readonly<{
126
123
  isArticle?: boolean;
127
124
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
128
- GroupMetadataEditor?: React.ComponentType<any>;
129
125
  showAlignmentOptions?: boolean;
130
126
  readOnly?: boolean;
131
127
  editingDisabled?: boolean;
@@ -134,7 +130,6 @@ declare const InteractiveGraph: {
134
130
  interactionCallback?: (widgetData: {
135
131
  [widgetId: string]: any;
136
132
  }) => void;
137
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
138
133
  imagePlaceholder?: React.ReactNode;
139
134
  widgetPlaceholder?: React.ReactNode;
140
135
  baseElements?: {
@@ -161,7 +156,6 @@ declare const InteractiveGraph: {
161
156
  baseElements: NonNullable<Readonly<{
162
157
  isArticle?: boolean;
163
158
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
164
- GroupMetadataEditor?: React.ComponentType<any>;
165
159
  showAlignmentOptions?: boolean;
166
160
  readOnly?: boolean;
167
161
  editingDisabled?: boolean;
@@ -170,7 +164,6 @@ declare const InteractiveGraph: {
170
164
  interactionCallback?: (widgetData: {
171
165
  [widgetId: string]: any;
172
166
  }) => void;
173
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
174
167
  imagePlaceholder?: React.ReactNode;
175
168
  widgetPlaceholder?: React.ReactNode;
176
169
  baseElements?: {
@@ -197,7 +190,6 @@ declare const InteractiveGraph: {
197
190
  canScrollPage: NonNullable<Readonly<{
198
191
  isArticle?: boolean;
199
192
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
200
- GroupMetadataEditor?: React.ComponentType<any>;
201
193
  showAlignmentOptions?: boolean;
202
194
  readOnly?: boolean;
203
195
  editingDisabled?: boolean;
@@ -206,7 +198,6 @@ declare const InteractiveGraph: {
206
198
  interactionCallback?: (widgetData: {
207
199
  [widgetId: string]: any;
208
200
  }) => void;
209
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
210
201
  imagePlaceholder?: React.ReactNode;
211
202
  widgetPlaceholder?: React.ReactNode;
212
203
  baseElements?: {
@@ -233,7 +224,6 @@ declare const InteractiveGraph: {
233
224
  editorChangeDelay: NonNullable<Readonly<{
234
225
  isArticle?: boolean;
235
226
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
236
- GroupMetadataEditor?: React.ComponentType<any>;
237
227
  showAlignmentOptions?: boolean;
238
228
  readOnly?: boolean;
239
229
  editingDisabled?: boolean;
@@ -242,7 +232,6 @@ declare const InteractiveGraph: {
242
232
  interactionCallback?: (widgetData: {
243
233
  [widgetId: string]: any;
244
234
  }) => void;
245
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
246
235
  imagePlaceholder?: React.ReactNode;
247
236
  widgetPlaceholder?: React.ReactNode;
248
237
  baseElements?: {
@@ -266,46 +255,9 @@ declare const InteractiveGraph: {
266
255
  editorChangeDelay?: number;
267
256
  flags?: Record<"new-radio-widget" | "image-widget-upgrade", boolean>;
268
257
  }>["editorChangeDelay"]>;
269
- groupAnnotator: NonNullable<Readonly<{
270
- isArticle?: boolean;
271
- onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
272
- GroupMetadataEditor?: React.ComponentType<any>;
273
- showAlignmentOptions?: boolean;
274
- readOnly?: boolean;
275
- editingDisabled?: boolean;
276
- answerableCallback?: (arg1: boolean) => unknown;
277
- getAnotherHint?: () => unknown;
278
- interactionCallback?: (widgetData: {
279
- [widgetId: string]: any;
280
- }) => void;
281
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
282
- imagePlaceholder?: React.ReactNode;
283
- widgetPlaceholder?: React.ReactNode;
284
- baseElements?: {
285
- Link: React.ComponentType<any>;
286
- };
287
- imagePreloader?: (dimensions: import("../../../../perseus/src/types").Dimensions) => React.ReactNode;
288
- trackInteraction?: (args: {
289
- type: string;
290
- id: string;
291
- correct?: boolean;
292
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
293
- visible: number;
294
- }>) => void;
295
- customKeypad?: boolean;
296
- nativeKeypadProxy?: (blur: () => void) => import("@khanacademy/math-input").KeypadAPI;
297
- isMobile?: boolean;
298
- isMobileApp?: boolean;
299
- setDrawingAreaAvailable?: (arg1: boolean) => unknown;
300
- hintProgressColor?: string;
301
- canScrollPage?: boolean;
302
- editorChangeDelay?: number;
303
- flags?: Record<"new-radio-widget" | "image-widget-upgrade", boolean>;
304
- }>["groupAnnotator"]>;
305
258
  isArticle: NonNullable<Readonly<{
306
259
  isArticle?: boolean;
307
260
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
308
- GroupMetadataEditor?: React.ComponentType<any>;
309
261
  showAlignmentOptions?: boolean;
310
262
  readOnly?: boolean;
311
263
  editingDisabled?: boolean;
@@ -314,7 +266,6 @@ declare const InteractiveGraph: {
314
266
  interactionCallback?: (widgetData: {
315
267
  [widgetId: string]: any;
316
268
  }) => void;
317
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
318
269
  imagePlaceholder?: React.ReactNode;
319
270
  widgetPlaceholder?: React.ReactNode;
320
271
  baseElements?: {
@@ -341,7 +292,6 @@ declare const InteractiveGraph: {
341
292
  isMobile: NonNullable<Readonly<{
342
293
  isArticle?: boolean;
343
294
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
344
- GroupMetadataEditor?: React.ComponentType<any>;
345
295
  showAlignmentOptions?: boolean;
346
296
  readOnly?: boolean;
347
297
  editingDisabled?: boolean;
@@ -350,7 +300,6 @@ declare const InteractiveGraph: {
350
300
  interactionCallback?: (widgetData: {
351
301
  [widgetId: string]: any;
352
302
  }) => void;
353
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
354
303
  imagePlaceholder?: React.ReactNode;
355
304
  widgetPlaceholder?: React.ReactNode;
356
305
  baseElements?: {
@@ -377,7 +326,6 @@ declare const InteractiveGraph: {
377
326
  isMobileApp: NonNullable<Readonly<{
378
327
  isArticle?: boolean;
379
328
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
380
- GroupMetadataEditor?: React.ComponentType<any>;
381
329
  showAlignmentOptions?: boolean;
382
330
  readOnly?: boolean;
383
331
  editingDisabled?: boolean;
@@ -386,7 +334,6 @@ declare const InteractiveGraph: {
386
334
  interactionCallback?: (widgetData: {
387
335
  [widgetId: string]: any;
388
336
  }) => void;
389
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
390
337
  imagePlaceholder?: React.ReactNode;
391
338
  widgetPlaceholder?: React.ReactNode;
392
339
  baseElements?: {
@@ -413,7 +360,6 @@ declare const InteractiveGraph: {
413
360
  editingDisabled: NonNullable<Readonly<{
414
361
  isArticle?: boolean;
415
362
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
416
- GroupMetadataEditor?: React.ComponentType<any>;
417
363
  showAlignmentOptions?: boolean;
418
364
  readOnly?: boolean;
419
365
  editingDisabled?: boolean;
@@ -422,7 +368,6 @@ declare const InteractiveGraph: {
422
368
  interactionCallback?: (widgetData: {
423
369
  [widgetId: string]: any;
424
370
  }) => void;
425
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
426
371
  imagePlaceholder?: React.ReactNode;
427
372
  widgetPlaceholder?: React.ReactNode;
428
373
  baseElements?: {
@@ -449,7 +394,6 @@ declare const InteractiveGraph: {
449
394
  onFocusChange: NonNullable<Readonly<{
450
395
  isArticle?: boolean;
451
396
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
452
- GroupMetadataEditor?: React.ComponentType<any>;
453
397
  showAlignmentOptions?: boolean;
454
398
  readOnly?: boolean;
455
399
  editingDisabled?: boolean;
@@ -458,7 +402,6 @@ declare const InteractiveGraph: {
458
402
  interactionCallback?: (widgetData: {
459
403
  [widgetId: string]: any;
460
404
  }) => void;
461
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
462
405
  imagePlaceholder?: React.ReactNode;
463
406
  widgetPlaceholder?: React.ReactNode;
464
407
  baseElements?: {
@@ -485,7 +428,6 @@ declare const InteractiveGraph: {
485
428
  readOnly: NonNullable<Readonly<{
486
429
  isArticle?: boolean;
487
430
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
488
- GroupMetadataEditor?: React.ComponentType<any>;
489
431
  showAlignmentOptions?: boolean;
490
432
  readOnly?: boolean;
491
433
  editingDisabled?: boolean;
@@ -494,7 +436,6 @@ declare const InteractiveGraph: {
494
436
  interactionCallback?: (widgetData: {
495
437
  [widgetId: string]: any;
496
438
  }) => void;
497
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
498
439
  imagePlaceholder?: React.ReactNode;
499
440
  widgetPlaceholder?: React.ReactNode;
500
441
  baseElements?: {
@@ -521,7 +462,6 @@ declare const InteractiveGraph: {
521
462
  setDrawingAreaAvailable: NonNullable<Readonly<{
522
463
  isArticle?: boolean;
523
464
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
524
- GroupMetadataEditor?: React.ComponentType<any>;
525
465
  showAlignmentOptions?: boolean;
526
466
  readOnly?: boolean;
527
467
  editingDisabled?: boolean;
@@ -530,7 +470,6 @@ declare const InteractiveGraph: {
530
470
  interactionCallback?: (widgetData: {
531
471
  [widgetId: string]: any;
532
472
  }) => void;
533
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
534
473
  imagePlaceholder?: React.ReactNode;
535
474
  widgetPlaceholder?: React.ReactNode;
536
475
  baseElements?: {
@@ -557,7 +496,6 @@ declare const InteractiveGraph: {
557
496
  showAlignmentOptions: NonNullable<Readonly<{
558
497
  isArticle?: boolean;
559
498
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
560
- GroupMetadataEditor?: React.ComponentType<any>;
561
499
  showAlignmentOptions?: boolean;
562
500
  readOnly?: boolean;
563
501
  editingDisabled?: boolean;
@@ -566,7 +504,6 @@ declare const InteractiveGraph: {
566
504
  interactionCallback?: (widgetData: {
567
505
  [widgetId: string]: any;
568
506
  }) => void;
569
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
570
507
  imagePlaceholder?: React.ReactNode;
571
508
  widgetPlaceholder?: React.ReactNode;
572
509
  baseElements?: {
@@ -636,7 +573,6 @@ declare const InteractiveGraph: {
636
573
  apiOptions: Readonly<Readonly<{
637
574
  isArticle?: boolean;
638
575
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
639
- GroupMetadataEditor?: React.ComponentType<any>;
640
576
  showAlignmentOptions?: boolean;
641
577
  readOnly?: boolean;
642
578
  editingDisabled?: boolean;
@@ -645,7 +581,6 @@ declare const InteractiveGraph: {
645
581
  interactionCallback?: (widgetData: {
646
582
  [widgetId: string]: any;
647
583
  }) => void;
648
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
649
584
  imagePlaceholder?: React.ReactNode;
650
585
  widgetPlaceholder?: React.ReactNode;
651
586
  baseElements?: {
@@ -674,7 +609,6 @@ declare const InteractiveGraph: {
674
609
  } | undefined>;
675
610
  canScrollPage: NonNullable<boolean | undefined>;
676
611
  editorChangeDelay: NonNullable<number | undefined>;
677
- groupAnnotator: NonNullable<((groupNumber: number, widgetId: string) => React.ReactNode) | undefined>;
678
612
  isArticle: NonNullable<boolean | undefined>;
679
613
  isMobile: NonNullable<boolean | undefined>;
680
614
  isMobileApp: NonNullable<boolean | undefined>;
@@ -731,7 +665,6 @@ declare const InteractiveGraph: {
731
665
  apiOptions: Readonly<Readonly<{
732
666
  isArticle?: boolean;
733
667
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
734
- GroupMetadataEditor?: React.ComponentType<any>;
735
668
  showAlignmentOptions?: boolean;
736
669
  readOnly?: boolean;
737
670
  editingDisabled?: boolean;
@@ -740,7 +673,6 @@ declare const InteractiveGraph: {
740
673
  interactionCallback?: (widgetData: {
741
674
  [widgetId: string]: any;
742
675
  }) => void;
743
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
744
676
  imagePlaceholder?: React.ReactNode;
745
677
  widgetPlaceholder?: React.ReactNode;
746
678
  baseElements?: {
@@ -769,7 +701,6 @@ declare const InteractiveGraph: {
769
701
  } | undefined>;
770
702
  canScrollPage: NonNullable<boolean | undefined>;
771
703
  editorChangeDelay: NonNullable<number | undefined>;
772
- groupAnnotator: NonNullable<((groupNumber: number, widgetId: string) => React.ReactNode) | undefined>;
773
704
  isArticle: NonNullable<boolean | undefined>;
774
705
  isMobile: NonNullable<boolean | undefined>;
775
706
  isMobileApp: NonNullable<boolean | undefined>;
@@ -823,7 +754,6 @@ declare const InteractiveGraph: {
823
754
  apiOptions: Readonly<Readonly<{
824
755
  isArticle?: boolean;
825
756
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
826
- GroupMetadataEditor?: React.ComponentType<any>;
827
757
  showAlignmentOptions?: boolean;
828
758
  readOnly?: boolean;
829
759
  editingDisabled?: boolean;
@@ -832,7 +762,6 @@ declare const InteractiveGraph: {
832
762
  interactionCallback?: (widgetData: {
833
763
  [widgetId: string]: any;
834
764
  }) => void;
835
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
836
765
  imagePlaceholder?: React.ReactNode;
837
766
  widgetPlaceholder?: React.ReactNode;
838
767
  baseElements?: {
@@ -861,7 +790,6 @@ declare const InteractiveGraph: {
861
790
  } | undefined>;
862
791
  canScrollPage: NonNullable<boolean | undefined>;
863
792
  editorChangeDelay: NonNullable<number | undefined>;
864
- groupAnnotator: NonNullable<((groupNumber: number, widgetId: string) => React.ReactNode) | undefined>;
865
793
  isArticle: NonNullable<boolean | undefined>;
866
794
  isMobile: NonNullable<boolean | undefined>;
867
795
  isMobileApp: NonNullable<boolean | undefined>;
@@ -913,7 +841,6 @@ declare const InteractiveGraph: {
913
841
  apiOptions: Readonly<Readonly<{
914
842
  isArticle?: boolean;
915
843
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
916
- GroupMetadataEditor?: React.ComponentType<any>;
917
844
  showAlignmentOptions?: boolean;
918
845
  readOnly?: boolean;
919
846
  editingDisabled?: boolean;
@@ -922,7 +849,6 @@ declare const InteractiveGraph: {
922
849
  interactionCallback?: (widgetData: {
923
850
  [widgetId: string]: any;
924
851
  }) => void;
925
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
926
852
  imagePlaceholder?: React.ReactNode;
927
853
  widgetPlaceholder?: React.ReactNode;
928
854
  baseElements?: {
@@ -951,7 +877,6 @@ declare const InteractiveGraph: {
951
877
  } | undefined>;
952
878
  canScrollPage: NonNullable<boolean | undefined>;
953
879
  editorChangeDelay: NonNullable<number | undefined>;
954
- groupAnnotator: NonNullable<((groupNumber: number, widgetId: string) => React.ReactNode) | undefined>;
955
880
  isArticle: NonNullable<boolean | undefined>;
956
881
  isMobile: NonNullable<boolean | undefined>;
957
882
  isMobileApp: NonNullable<boolean | undefined>;
@@ -1005,7 +930,6 @@ declare const InteractiveGraph: {
1005
930
  apiOptions: Readonly<Readonly<{
1006
931
  isArticle?: boolean;
1007
932
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
1008
- GroupMetadataEditor?: React.ComponentType<any>;
1009
933
  showAlignmentOptions?: boolean;
1010
934
  readOnly?: boolean;
1011
935
  editingDisabled?: boolean;
@@ -1014,7 +938,6 @@ declare const InteractiveGraph: {
1014
938
  interactionCallback?: (widgetData: {
1015
939
  [widgetId: string]: any;
1016
940
  }) => void;
1017
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
1018
941
  imagePlaceholder?: React.ReactNode;
1019
942
  widgetPlaceholder?: React.ReactNode;
1020
943
  baseElements?: {
@@ -1043,7 +966,6 @@ declare const InteractiveGraph: {
1043
966
  } | undefined>;
1044
967
  canScrollPage: NonNullable<boolean | undefined>;
1045
968
  editorChangeDelay: NonNullable<number | undefined>;
1046
- groupAnnotator: NonNullable<((groupNumber: number, widgetId: string) => React.ReactNode) | undefined>;
1047
969
  isArticle: NonNullable<boolean | undefined>;
1048
970
  isMobile: NonNullable<boolean | undefined>;
1049
971
  isMobileApp: NonNullable<boolean | undefined>;
@@ -1095,7 +1017,6 @@ declare const InteractiveGraph: {
1095
1017
  apiOptions: Readonly<Readonly<{
1096
1018
  isArticle?: boolean;
1097
1019
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
1098
- GroupMetadataEditor?: React.ComponentType<any>;
1099
1020
  showAlignmentOptions?: boolean;
1100
1021
  readOnly?: boolean;
1101
1022
  editingDisabled?: boolean;
@@ -1104,7 +1025,6 @@ declare const InteractiveGraph: {
1104
1025
  interactionCallback?: (widgetData: {
1105
1026
  [widgetId: string]: any;
1106
1027
  }) => void;
1107
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
1108
1028
  imagePlaceholder?: React.ReactNode;
1109
1029
  widgetPlaceholder?: React.ReactNode;
1110
1030
  baseElements?: {
@@ -1133,7 +1053,6 @@ declare const InteractiveGraph: {
1133
1053
  } | undefined>;
1134
1054
  canScrollPage: NonNullable<boolean | undefined>;
1135
1055
  editorChangeDelay: NonNullable<number | undefined>;
1136
- groupAnnotator: NonNullable<((groupNumber: number, widgetId: string) => React.ReactNode) | undefined>;
1137
1056
  isArticle: NonNullable<boolean | undefined>;
1138
1057
  isMobile: NonNullable<boolean | undefined>;
1139
1058
  isMobileApp: NonNullable<boolean | undefined>;
@@ -1185,7 +1104,6 @@ declare const InteractiveGraph: {
1185
1104
  apiOptions: Readonly<Readonly<{
1186
1105
  isArticle?: boolean;
1187
1106
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
1188
- GroupMetadataEditor?: React.ComponentType<any>;
1189
1107
  showAlignmentOptions?: boolean;
1190
1108
  readOnly?: boolean;
1191
1109
  editingDisabled?: boolean;
@@ -1194,7 +1112,6 @@ declare const InteractiveGraph: {
1194
1112
  interactionCallback?: (widgetData: {
1195
1113
  [widgetId: string]: any;
1196
1114
  }) => void;
1197
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
1198
1115
  imagePlaceholder?: React.ReactNode;
1199
1116
  widgetPlaceholder?: React.ReactNode;
1200
1117
  baseElements?: {
@@ -1223,7 +1140,6 @@ declare const InteractiveGraph: {
1223
1140
  } | undefined>;
1224
1141
  canScrollPage: NonNullable<boolean | undefined>;
1225
1142
  editorChangeDelay: NonNullable<number | undefined>;
1226
- groupAnnotator: NonNullable<((groupNumber: number, widgetId: string) => React.ReactNode) | undefined>;
1227
1143
  isArticle: NonNullable<boolean | undefined>;
1228
1144
  isMobile: NonNullable<boolean | undefined>;
1229
1145
  isMobileApp: NonNullable<boolean | undefined>;
@@ -1275,7 +1191,6 @@ declare const InteractiveGraph: {
1275
1191
  apiOptions: Readonly<Readonly<{
1276
1192
  isArticle?: boolean;
1277
1193
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
1278
- GroupMetadataEditor?: React.ComponentType<any>;
1279
1194
  showAlignmentOptions?: boolean;
1280
1195
  readOnly?: boolean;
1281
1196
  editingDisabled?: boolean;
@@ -1284,7 +1199,6 @@ declare const InteractiveGraph: {
1284
1199
  interactionCallback?: (widgetData: {
1285
1200
  [widgetId: string]: any;
1286
1201
  }) => void;
1287
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
1288
1202
  imagePlaceholder?: React.ReactNode;
1289
1203
  widgetPlaceholder?: React.ReactNode;
1290
1204
  baseElements?: {
@@ -1313,7 +1227,6 @@ declare const InteractiveGraph: {
1313
1227
  } | undefined>;
1314
1228
  canScrollPage: NonNullable<boolean | undefined>;
1315
1229
  editorChangeDelay: NonNullable<number | undefined>;
1316
- groupAnnotator: NonNullable<((groupNumber: number, widgetId: string) => React.ReactNode) | undefined>;
1317
1230
  isArticle: NonNullable<boolean | undefined>;
1318
1231
  isMobile: NonNullable<boolean | undefined>;
1319
1232
  isMobileApp: NonNullable<boolean | undefined>;
@@ -1366,7 +1279,6 @@ declare const InteractiveGraph: {
1366
1279
  apiOptions: Readonly<Readonly<{
1367
1280
  isArticle?: boolean;
1368
1281
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
1369
- GroupMetadataEditor?: React.ComponentType<any>;
1370
1282
  showAlignmentOptions?: boolean;
1371
1283
  readOnly?: boolean;
1372
1284
  editingDisabled?: boolean;
@@ -1375,7 +1287,6 @@ declare const InteractiveGraph: {
1375
1287
  interactionCallback?: (widgetData: {
1376
1288
  [widgetId: string]: any;
1377
1289
  }) => void;
1378
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
1379
1290
  imagePlaceholder?: React.ReactNode;
1380
1291
  widgetPlaceholder?: React.ReactNode;
1381
1292
  baseElements?: {
@@ -1404,7 +1315,6 @@ declare const InteractiveGraph: {
1404
1315
  } | undefined>;
1405
1316
  canScrollPage: NonNullable<boolean | undefined>;
1406
1317
  editorChangeDelay: NonNullable<number | undefined>;
1407
- groupAnnotator: NonNullable<((groupNumber: number, widgetId: string) => React.ReactNode) | undefined>;
1408
1318
  isArticle: NonNullable<boolean | undefined>;
1409
1319
  isMobile: NonNullable<boolean | undefined>;
1410
1320
  isMobileApp: NonNullable<boolean | undefined>;
@@ -1458,7 +1368,6 @@ declare const InteractiveGraph: {
1458
1368
  apiOptions: Readonly<Readonly<{
1459
1369
  isArticle?: boolean;
1460
1370
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
1461
- GroupMetadataEditor?: React.ComponentType<any>;
1462
1371
  showAlignmentOptions?: boolean;
1463
1372
  readOnly?: boolean;
1464
1373
  editingDisabled?: boolean;
@@ -1467,7 +1376,6 @@ declare const InteractiveGraph: {
1467
1376
  interactionCallback?: (widgetData: {
1468
1377
  [widgetId: string]: any;
1469
1378
  }) => void;
1470
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
1471
1379
  imagePlaceholder?: React.ReactNode;
1472
1380
  widgetPlaceholder?: React.ReactNode;
1473
1381
  baseElements?: {
@@ -1494,7 +1402,6 @@ declare const InteractiveGraph: {
1494
1402
  baseElements: NonNullable<Readonly<{
1495
1403
  isArticle?: boolean;
1496
1404
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
1497
- GroupMetadataEditor?: React.ComponentType<any>;
1498
1405
  showAlignmentOptions?: boolean;
1499
1406
  readOnly?: boolean;
1500
1407
  editingDisabled?: boolean;
@@ -1503,7 +1410,6 @@ declare const InteractiveGraph: {
1503
1410
  interactionCallback?: (widgetData: {
1504
1411
  [widgetId: string]: any;
1505
1412
  }) => void;
1506
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
1507
1413
  imagePlaceholder?: React.ReactNode;
1508
1414
  widgetPlaceholder?: React.ReactNode;
1509
1415
  baseElements?: {
@@ -1530,7 +1436,6 @@ declare const InteractiveGraph: {
1530
1436
  canScrollPage: NonNullable<Readonly<{
1531
1437
  isArticle?: boolean;
1532
1438
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
1533
- GroupMetadataEditor?: React.ComponentType<any>;
1534
1439
  showAlignmentOptions?: boolean;
1535
1440
  readOnly?: boolean;
1536
1441
  editingDisabled?: boolean;
@@ -1539,7 +1444,6 @@ declare const InteractiveGraph: {
1539
1444
  interactionCallback?: (widgetData: {
1540
1445
  [widgetId: string]: any;
1541
1446
  }) => void;
1542
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
1543
1447
  imagePlaceholder?: React.ReactNode;
1544
1448
  widgetPlaceholder?: React.ReactNode;
1545
1449
  baseElements?: {
@@ -1566,7 +1470,6 @@ declare const InteractiveGraph: {
1566
1470
  editorChangeDelay: NonNullable<Readonly<{
1567
1471
  isArticle?: boolean;
1568
1472
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
1569
- GroupMetadataEditor?: React.ComponentType<any>;
1570
1473
  showAlignmentOptions?: boolean;
1571
1474
  readOnly?: boolean;
1572
1475
  editingDisabled?: boolean;
@@ -1575,7 +1478,6 @@ declare const InteractiveGraph: {
1575
1478
  interactionCallback?: (widgetData: {
1576
1479
  [widgetId: string]: any;
1577
1480
  }) => void;
1578
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
1579
1481
  imagePlaceholder?: React.ReactNode;
1580
1482
  widgetPlaceholder?: React.ReactNode;
1581
1483
  baseElements?: {
@@ -1599,46 +1501,9 @@ declare const InteractiveGraph: {
1599
1501
  editorChangeDelay?: number;
1600
1502
  flags?: Record<"new-radio-widget" | "image-widget-upgrade", boolean>;
1601
1503
  }>["editorChangeDelay"]>;
1602
- groupAnnotator: NonNullable<Readonly<{
1603
- isArticle?: boolean;
1604
- onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
1605
- GroupMetadataEditor?: React.ComponentType<any>;
1606
- showAlignmentOptions?: boolean;
1607
- readOnly?: boolean;
1608
- editingDisabled?: boolean;
1609
- answerableCallback?: (arg1: boolean) => unknown;
1610
- getAnotherHint?: () => unknown;
1611
- interactionCallback?: (widgetData: {
1612
- [widgetId: string]: any;
1613
- }) => void;
1614
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
1615
- imagePlaceholder?: React.ReactNode;
1616
- widgetPlaceholder?: React.ReactNode;
1617
- baseElements?: {
1618
- Link: React.ComponentType<any>;
1619
- };
1620
- imagePreloader?: (dimensions: import("../../../../perseus/src/types").Dimensions) => React.ReactNode;
1621
- trackInteraction?: (args: {
1622
- type: string;
1623
- id: string;
1624
- correct?: boolean;
1625
- } & Partial<import("../../../../perseus/src/types").TrackingGradedGroupExtraArguments> & Partial<{
1626
- visible: number;
1627
- }>) => void;
1628
- customKeypad?: boolean;
1629
- nativeKeypadProxy?: (blur: () => void) => import("@khanacademy/math-input").KeypadAPI;
1630
- isMobile?: boolean;
1631
- isMobileApp?: boolean;
1632
- setDrawingAreaAvailable?: (arg1: boolean) => unknown;
1633
- hintProgressColor?: string;
1634
- canScrollPage?: boolean;
1635
- editorChangeDelay?: number;
1636
- flags?: Record<"new-radio-widget" | "image-widget-upgrade", boolean>;
1637
- }>["groupAnnotator"]>;
1638
1504
  isArticle: NonNullable<Readonly<{
1639
1505
  isArticle?: boolean;
1640
1506
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
1641
- GroupMetadataEditor?: React.ComponentType<any>;
1642
1507
  showAlignmentOptions?: boolean;
1643
1508
  readOnly?: boolean;
1644
1509
  editingDisabled?: boolean;
@@ -1647,7 +1512,6 @@ declare const InteractiveGraph: {
1647
1512
  interactionCallback?: (widgetData: {
1648
1513
  [widgetId: string]: any;
1649
1514
  }) => void;
1650
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
1651
1515
  imagePlaceholder?: React.ReactNode;
1652
1516
  widgetPlaceholder?: React.ReactNode;
1653
1517
  baseElements?: {
@@ -1674,7 +1538,6 @@ declare const InteractiveGraph: {
1674
1538
  isMobile: NonNullable<Readonly<{
1675
1539
  isArticle?: boolean;
1676
1540
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
1677
- GroupMetadataEditor?: React.ComponentType<any>;
1678
1541
  showAlignmentOptions?: boolean;
1679
1542
  readOnly?: boolean;
1680
1543
  editingDisabled?: boolean;
@@ -1683,7 +1546,6 @@ declare const InteractiveGraph: {
1683
1546
  interactionCallback?: (widgetData: {
1684
1547
  [widgetId: string]: any;
1685
1548
  }) => void;
1686
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
1687
1549
  imagePlaceholder?: React.ReactNode;
1688
1550
  widgetPlaceholder?: React.ReactNode;
1689
1551
  baseElements?: {
@@ -1710,7 +1572,6 @@ declare const InteractiveGraph: {
1710
1572
  isMobileApp: NonNullable<Readonly<{
1711
1573
  isArticle?: boolean;
1712
1574
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
1713
- GroupMetadataEditor?: React.ComponentType<any>;
1714
1575
  showAlignmentOptions?: boolean;
1715
1576
  readOnly?: boolean;
1716
1577
  editingDisabled?: boolean;
@@ -1719,7 +1580,6 @@ declare const InteractiveGraph: {
1719
1580
  interactionCallback?: (widgetData: {
1720
1581
  [widgetId: string]: any;
1721
1582
  }) => void;
1722
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
1723
1583
  imagePlaceholder?: React.ReactNode;
1724
1584
  widgetPlaceholder?: React.ReactNode;
1725
1585
  baseElements?: {
@@ -1746,7 +1606,6 @@ declare const InteractiveGraph: {
1746
1606
  editingDisabled: NonNullable<Readonly<{
1747
1607
  isArticle?: boolean;
1748
1608
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
1749
- GroupMetadataEditor?: React.ComponentType<any>;
1750
1609
  showAlignmentOptions?: boolean;
1751
1610
  readOnly?: boolean;
1752
1611
  editingDisabled?: boolean;
@@ -1755,7 +1614,6 @@ declare const InteractiveGraph: {
1755
1614
  interactionCallback?: (widgetData: {
1756
1615
  [widgetId: string]: any;
1757
1616
  }) => void;
1758
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
1759
1617
  imagePlaceholder?: React.ReactNode;
1760
1618
  widgetPlaceholder?: React.ReactNode;
1761
1619
  baseElements?: {
@@ -1782,7 +1640,6 @@ declare const InteractiveGraph: {
1782
1640
  onFocusChange: NonNullable<Readonly<{
1783
1641
  isArticle?: boolean;
1784
1642
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
1785
- GroupMetadataEditor?: React.ComponentType<any>;
1786
1643
  showAlignmentOptions?: boolean;
1787
1644
  readOnly?: boolean;
1788
1645
  editingDisabled?: boolean;
@@ -1791,7 +1648,6 @@ declare const InteractiveGraph: {
1791
1648
  interactionCallback?: (widgetData: {
1792
1649
  [widgetId: string]: any;
1793
1650
  }) => void;
1794
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
1795
1651
  imagePlaceholder?: React.ReactNode;
1796
1652
  widgetPlaceholder?: React.ReactNode;
1797
1653
  baseElements?: {
@@ -1818,7 +1674,6 @@ declare const InteractiveGraph: {
1818
1674
  readOnly: NonNullable<Readonly<{
1819
1675
  isArticle?: boolean;
1820
1676
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
1821
- GroupMetadataEditor?: React.ComponentType<any>;
1822
1677
  showAlignmentOptions?: boolean;
1823
1678
  readOnly?: boolean;
1824
1679
  editingDisabled?: boolean;
@@ -1827,7 +1682,6 @@ declare const InteractiveGraph: {
1827
1682
  interactionCallback?: (widgetData: {
1828
1683
  [widgetId: string]: any;
1829
1684
  }) => void;
1830
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
1831
1685
  imagePlaceholder?: React.ReactNode;
1832
1686
  widgetPlaceholder?: React.ReactNode;
1833
1687
  baseElements?: {
@@ -1854,7 +1708,6 @@ declare const InteractiveGraph: {
1854
1708
  setDrawingAreaAvailable: NonNullable<Readonly<{
1855
1709
  isArticle?: boolean;
1856
1710
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
1857
- GroupMetadataEditor?: React.ComponentType<any>;
1858
1711
  showAlignmentOptions?: boolean;
1859
1712
  readOnly?: boolean;
1860
1713
  editingDisabled?: boolean;
@@ -1863,7 +1716,6 @@ declare const InteractiveGraph: {
1863
1716
  interactionCallback?: (widgetData: {
1864
1717
  [widgetId: string]: any;
1865
1718
  }) => void;
1866
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
1867
1719
  imagePlaceholder?: React.ReactNode;
1868
1720
  widgetPlaceholder?: React.ReactNode;
1869
1721
  baseElements?: {
@@ -1890,7 +1742,6 @@ declare const InteractiveGraph: {
1890
1742
  showAlignmentOptions: NonNullable<Readonly<{
1891
1743
  isArticle?: boolean;
1892
1744
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
1893
- GroupMetadataEditor?: React.ComponentType<any>;
1894
1745
  showAlignmentOptions?: boolean;
1895
1746
  readOnly?: boolean;
1896
1747
  editingDisabled?: boolean;
@@ -1899,7 +1750,6 @@ declare const InteractiveGraph: {
1899
1750
  interactionCallback?: (widgetData: {
1900
1751
  [widgetId: string]: any;
1901
1752
  }) => void;
1902
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
1903
1753
  imagePlaceholder?: React.ReactNode;
1904
1754
  widgetPlaceholder?: React.ReactNode;
1905
1755
  baseElements?: {
@@ -1969,7 +1819,6 @@ declare const InteractiveGraph: {
1969
1819
  apiOptions: Readonly<Readonly<{
1970
1820
  isArticle?: boolean;
1971
1821
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
1972
- GroupMetadataEditor?: React.ComponentType<any>;
1973
1822
  showAlignmentOptions?: boolean;
1974
1823
  readOnly?: boolean;
1975
1824
  editingDisabled?: boolean;
@@ -1978,7 +1827,6 @@ declare const InteractiveGraph: {
1978
1827
  interactionCallback?: (widgetData: {
1979
1828
  [widgetId: string]: any;
1980
1829
  }) => void;
1981
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
1982
1830
  imagePlaceholder?: React.ReactNode;
1983
1831
  widgetPlaceholder?: React.ReactNode;
1984
1832
  baseElements?: {
@@ -2007,7 +1855,6 @@ declare const InteractiveGraph: {
2007
1855
  } | undefined>;
2008
1856
  canScrollPage: NonNullable<boolean | undefined>;
2009
1857
  editorChangeDelay: NonNullable<number | undefined>;
2010
- groupAnnotator: NonNullable<((groupNumber: number, widgetId: string) => React.ReactNode) | undefined>;
2011
1858
  isArticle: NonNullable<boolean | undefined>;
2012
1859
  isMobile: NonNullable<boolean | undefined>;
2013
1860
  isMobileApp: NonNullable<boolean | undefined>;
@@ -2064,7 +1911,6 @@ declare const InteractiveGraph: {
2064
1911
  apiOptions: Readonly<Readonly<{
2065
1912
  isArticle?: boolean;
2066
1913
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
2067
- GroupMetadataEditor?: React.ComponentType<any>;
2068
1914
  showAlignmentOptions?: boolean;
2069
1915
  readOnly?: boolean;
2070
1916
  editingDisabled?: boolean;
@@ -2073,7 +1919,6 @@ declare const InteractiveGraph: {
2073
1919
  interactionCallback?: (widgetData: {
2074
1920
  [widgetId: string]: any;
2075
1921
  }) => void;
2076
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
2077
1922
  imagePlaceholder?: React.ReactNode;
2078
1923
  widgetPlaceholder?: React.ReactNode;
2079
1924
  baseElements?: {
@@ -2102,7 +1947,6 @@ declare const InteractiveGraph: {
2102
1947
  } | undefined>;
2103
1948
  canScrollPage: NonNullable<boolean | undefined>;
2104
1949
  editorChangeDelay: NonNullable<number | undefined>;
2105
- groupAnnotator: NonNullable<((groupNumber: number, widgetId: string) => React.ReactNode) | undefined>;
2106
1950
  isArticle: NonNullable<boolean | undefined>;
2107
1951
  isMobile: NonNullable<boolean | undefined>;
2108
1952
  isMobileApp: NonNullable<boolean | undefined>;
@@ -2156,7 +2000,6 @@ declare const InteractiveGraph: {
2156
2000
  apiOptions: Readonly<Readonly<{
2157
2001
  isArticle?: boolean;
2158
2002
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
2159
- GroupMetadataEditor?: React.ComponentType<any>;
2160
2003
  showAlignmentOptions?: boolean;
2161
2004
  readOnly?: boolean;
2162
2005
  editingDisabled?: boolean;
@@ -2165,7 +2008,6 @@ declare const InteractiveGraph: {
2165
2008
  interactionCallback?: (widgetData: {
2166
2009
  [widgetId: string]: any;
2167
2010
  }) => void;
2168
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
2169
2011
  imagePlaceholder?: React.ReactNode;
2170
2012
  widgetPlaceholder?: React.ReactNode;
2171
2013
  baseElements?: {
@@ -2194,7 +2036,6 @@ declare const InteractiveGraph: {
2194
2036
  } | undefined>;
2195
2037
  canScrollPage: NonNullable<boolean | undefined>;
2196
2038
  editorChangeDelay: NonNullable<number | undefined>;
2197
- groupAnnotator: NonNullable<((groupNumber: number, widgetId: string) => React.ReactNode) | undefined>;
2198
2039
  isArticle: NonNullable<boolean | undefined>;
2199
2040
  isMobile: NonNullable<boolean | undefined>;
2200
2041
  isMobileApp: NonNullable<boolean | undefined>;
@@ -2246,7 +2087,6 @@ declare const InteractiveGraph: {
2246
2087
  apiOptions: Readonly<Readonly<{
2247
2088
  isArticle?: boolean;
2248
2089
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
2249
- GroupMetadataEditor?: React.ComponentType<any>;
2250
2090
  showAlignmentOptions?: boolean;
2251
2091
  readOnly?: boolean;
2252
2092
  editingDisabled?: boolean;
@@ -2255,7 +2095,6 @@ declare const InteractiveGraph: {
2255
2095
  interactionCallback?: (widgetData: {
2256
2096
  [widgetId: string]: any;
2257
2097
  }) => void;
2258
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
2259
2098
  imagePlaceholder?: React.ReactNode;
2260
2099
  widgetPlaceholder?: React.ReactNode;
2261
2100
  baseElements?: {
@@ -2284,7 +2123,6 @@ declare const InteractiveGraph: {
2284
2123
  } | undefined>;
2285
2124
  canScrollPage: NonNullable<boolean | undefined>;
2286
2125
  editorChangeDelay: NonNullable<number | undefined>;
2287
- groupAnnotator: NonNullable<((groupNumber: number, widgetId: string) => React.ReactNode) | undefined>;
2288
2126
  isArticle: NonNullable<boolean | undefined>;
2289
2127
  isMobile: NonNullable<boolean | undefined>;
2290
2128
  isMobileApp: NonNullable<boolean | undefined>;
@@ -2338,7 +2176,6 @@ declare const InteractiveGraph: {
2338
2176
  apiOptions: Readonly<Readonly<{
2339
2177
  isArticle?: boolean;
2340
2178
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
2341
- GroupMetadataEditor?: React.ComponentType<any>;
2342
2179
  showAlignmentOptions?: boolean;
2343
2180
  readOnly?: boolean;
2344
2181
  editingDisabled?: boolean;
@@ -2347,7 +2184,6 @@ declare const InteractiveGraph: {
2347
2184
  interactionCallback?: (widgetData: {
2348
2185
  [widgetId: string]: any;
2349
2186
  }) => void;
2350
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
2351
2187
  imagePlaceholder?: React.ReactNode;
2352
2188
  widgetPlaceholder?: React.ReactNode;
2353
2189
  baseElements?: {
@@ -2376,7 +2212,6 @@ declare const InteractiveGraph: {
2376
2212
  } | undefined>;
2377
2213
  canScrollPage: NonNullable<boolean | undefined>;
2378
2214
  editorChangeDelay: NonNullable<number | undefined>;
2379
- groupAnnotator: NonNullable<((groupNumber: number, widgetId: string) => React.ReactNode) | undefined>;
2380
2215
  isArticle: NonNullable<boolean | undefined>;
2381
2216
  isMobile: NonNullable<boolean | undefined>;
2382
2217
  isMobileApp: NonNullable<boolean | undefined>;
@@ -2428,7 +2263,6 @@ declare const InteractiveGraph: {
2428
2263
  apiOptions: Readonly<Readonly<{
2429
2264
  isArticle?: boolean;
2430
2265
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
2431
- GroupMetadataEditor?: React.ComponentType<any>;
2432
2266
  showAlignmentOptions?: boolean;
2433
2267
  readOnly?: boolean;
2434
2268
  editingDisabled?: boolean;
@@ -2437,7 +2271,6 @@ declare const InteractiveGraph: {
2437
2271
  interactionCallback?: (widgetData: {
2438
2272
  [widgetId: string]: any;
2439
2273
  }) => void;
2440
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
2441
2274
  imagePlaceholder?: React.ReactNode;
2442
2275
  widgetPlaceholder?: React.ReactNode;
2443
2276
  baseElements?: {
@@ -2466,7 +2299,6 @@ declare const InteractiveGraph: {
2466
2299
  } | undefined>;
2467
2300
  canScrollPage: NonNullable<boolean | undefined>;
2468
2301
  editorChangeDelay: NonNullable<number | undefined>;
2469
- groupAnnotator: NonNullable<((groupNumber: number, widgetId: string) => React.ReactNode) | undefined>;
2470
2302
  isArticle: NonNullable<boolean | undefined>;
2471
2303
  isMobile: NonNullable<boolean | undefined>;
2472
2304
  isMobileApp: NonNullable<boolean | undefined>;
@@ -2518,7 +2350,6 @@ declare const InteractiveGraph: {
2518
2350
  apiOptions: Readonly<Readonly<{
2519
2351
  isArticle?: boolean;
2520
2352
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
2521
- GroupMetadataEditor?: React.ComponentType<any>;
2522
2353
  showAlignmentOptions?: boolean;
2523
2354
  readOnly?: boolean;
2524
2355
  editingDisabled?: boolean;
@@ -2527,7 +2358,6 @@ declare const InteractiveGraph: {
2527
2358
  interactionCallback?: (widgetData: {
2528
2359
  [widgetId: string]: any;
2529
2360
  }) => void;
2530
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
2531
2361
  imagePlaceholder?: React.ReactNode;
2532
2362
  widgetPlaceholder?: React.ReactNode;
2533
2363
  baseElements?: {
@@ -2556,7 +2386,6 @@ declare const InteractiveGraph: {
2556
2386
  } | undefined>;
2557
2387
  canScrollPage: NonNullable<boolean | undefined>;
2558
2388
  editorChangeDelay: NonNullable<number | undefined>;
2559
- groupAnnotator: NonNullable<((groupNumber: number, widgetId: string) => React.ReactNode) | undefined>;
2560
2389
  isArticle: NonNullable<boolean | undefined>;
2561
2390
  isMobile: NonNullable<boolean | undefined>;
2562
2391
  isMobileApp: NonNullable<boolean | undefined>;
@@ -2608,7 +2437,6 @@ declare const InteractiveGraph: {
2608
2437
  apiOptions: Readonly<Readonly<{
2609
2438
  isArticle?: boolean;
2610
2439
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
2611
- GroupMetadataEditor?: React.ComponentType<any>;
2612
2440
  showAlignmentOptions?: boolean;
2613
2441
  readOnly?: boolean;
2614
2442
  editingDisabled?: boolean;
@@ -2617,7 +2445,6 @@ declare const InteractiveGraph: {
2617
2445
  interactionCallback?: (widgetData: {
2618
2446
  [widgetId: string]: any;
2619
2447
  }) => void;
2620
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
2621
2448
  imagePlaceholder?: React.ReactNode;
2622
2449
  widgetPlaceholder?: React.ReactNode;
2623
2450
  baseElements?: {
@@ -2646,7 +2473,6 @@ declare const InteractiveGraph: {
2646
2473
  } | undefined>;
2647
2474
  canScrollPage: NonNullable<boolean | undefined>;
2648
2475
  editorChangeDelay: NonNullable<number | undefined>;
2649
- groupAnnotator: NonNullable<((groupNumber: number, widgetId: string) => React.ReactNode) | undefined>;
2650
2476
  isArticle: NonNullable<boolean | undefined>;
2651
2477
  isMobile: NonNullable<boolean | undefined>;
2652
2478
  isMobileApp: NonNullable<boolean | undefined>;
@@ -2711,7 +2537,6 @@ declare const InteractiveGraph: {
2711
2537
  apiOptions: Readonly<Readonly<{
2712
2538
  isArticle?: boolean;
2713
2539
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
2714
- GroupMetadataEditor?: React.ComponentType<any>;
2715
2540
  showAlignmentOptions?: boolean;
2716
2541
  readOnly?: boolean;
2717
2542
  editingDisabled?: boolean;
@@ -2720,7 +2545,6 @@ declare const InteractiveGraph: {
2720
2545
  interactionCallback?: (widgetData: {
2721
2546
  [widgetId: string]: any;
2722
2547
  }) => void;
2723
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
2724
2548
  imagePlaceholder?: React.ReactNode;
2725
2549
  widgetPlaceholder?: React.ReactNode;
2726
2550
  baseElements?: {
@@ -2747,7 +2571,6 @@ declare const InteractiveGraph: {
2747
2571
  baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
2748
2572
  canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
2749
2573
  editorChangeDelay: NonNullable<import("@khanacademy/perseus").APIOptions["editorChangeDelay"]>;
2750
- groupAnnotator: NonNullable<import("@khanacademy/perseus").APIOptions["groupAnnotator"]>;
2751
2574
  isArticle: NonNullable<import("@khanacademy/perseus").APIOptions["isArticle"]>;
2752
2575
  isMobile: NonNullable<import("@khanacademy/perseus").APIOptions["isMobile"]>;
2753
2576
  isMobileApp: NonNullable<import("@khanacademy/perseus").APIOptions["isMobileApp"]>;
@@ -2799,7 +2622,6 @@ declare const InteractiveGraph: {
2799
2622
  apiOptions: Readonly<Readonly<{
2800
2623
  isArticle?: boolean;
2801
2624
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
2802
- GroupMetadataEditor?: React.ComponentType<any>;
2803
2625
  showAlignmentOptions?: boolean;
2804
2626
  readOnly?: boolean;
2805
2627
  editingDisabled?: boolean;
@@ -2808,7 +2630,6 @@ declare const InteractiveGraph: {
2808
2630
  interactionCallback?: (widgetData: {
2809
2631
  [widgetId: string]: any;
2810
2632
  }) => void;
2811
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
2812
2633
  imagePlaceholder?: React.ReactNode;
2813
2634
  widgetPlaceholder?: React.ReactNode;
2814
2635
  baseElements?: {
@@ -2835,7 +2656,6 @@ declare const InteractiveGraph: {
2835
2656
  baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
2836
2657
  canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
2837
2658
  editorChangeDelay: NonNullable<import("@khanacademy/perseus").APIOptions["editorChangeDelay"]>;
2838
- groupAnnotator: NonNullable<import("@khanacademy/perseus").APIOptions["groupAnnotator"]>;
2839
2659
  isArticle: NonNullable<import("@khanacademy/perseus").APIOptions["isArticle"]>;
2840
2660
  isMobile: NonNullable<import("@khanacademy/perseus").APIOptions["isMobile"]>;
2841
2661
  isMobileApp: NonNullable<import("@khanacademy/perseus").APIOptions["isMobileApp"]>;
@@ -2887,7 +2707,6 @@ declare const InteractiveGraph: {
2887
2707
  apiOptions: Readonly<Readonly<{
2888
2708
  isArticle?: boolean;
2889
2709
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
2890
- GroupMetadataEditor?: React.ComponentType<any>;
2891
2710
  showAlignmentOptions?: boolean;
2892
2711
  readOnly?: boolean;
2893
2712
  editingDisabled?: boolean;
@@ -2896,7 +2715,6 @@ declare const InteractiveGraph: {
2896
2715
  interactionCallback?: (widgetData: {
2897
2716
  [widgetId: string]: any;
2898
2717
  }) => void;
2899
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
2900
2718
  imagePlaceholder?: React.ReactNode;
2901
2719
  widgetPlaceholder?: React.ReactNode;
2902
2720
  baseElements?: {
@@ -2923,7 +2741,6 @@ declare const InteractiveGraph: {
2923
2741
  baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
2924
2742
  canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
2925
2743
  editorChangeDelay: NonNullable<import("@khanacademy/perseus").APIOptions["editorChangeDelay"]>;
2926
- groupAnnotator: NonNullable<import("@khanacademy/perseus").APIOptions["groupAnnotator"]>;
2927
2744
  isArticle: NonNullable<import("@khanacademy/perseus").APIOptions["isArticle"]>;
2928
2745
  isMobile: NonNullable<import("@khanacademy/perseus").APIOptions["isMobile"]>;
2929
2746
  isMobileApp: NonNullable<import("@khanacademy/perseus").APIOptions["isMobileApp"]>;
@@ -2975,7 +2792,6 @@ declare const InteractiveGraph: {
2975
2792
  apiOptions: Readonly<Readonly<{
2976
2793
  isArticle?: boolean;
2977
2794
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
2978
- GroupMetadataEditor?: React.ComponentType<any>;
2979
2795
  showAlignmentOptions?: boolean;
2980
2796
  readOnly?: boolean;
2981
2797
  editingDisabled?: boolean;
@@ -2984,7 +2800,6 @@ declare const InteractiveGraph: {
2984
2800
  interactionCallback?: (widgetData: {
2985
2801
  [widgetId: string]: any;
2986
2802
  }) => void;
2987
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
2988
2803
  imagePlaceholder?: React.ReactNode;
2989
2804
  widgetPlaceholder?: React.ReactNode;
2990
2805
  baseElements?: {
@@ -3011,7 +2826,6 @@ declare const InteractiveGraph: {
3011
2826
  baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
3012
2827
  canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
3013
2828
  editorChangeDelay: NonNullable<import("@khanacademy/perseus").APIOptions["editorChangeDelay"]>;
3014
- groupAnnotator: NonNullable<import("@khanacademy/perseus").APIOptions["groupAnnotator"]>;
3015
2829
  isArticle: NonNullable<import("@khanacademy/perseus").APIOptions["isArticle"]>;
3016
2830
  isMobile: NonNullable<import("@khanacademy/perseus").APIOptions["isMobile"]>;
3017
2831
  isMobileApp: NonNullable<import("@khanacademy/perseus").APIOptions["isMobileApp"]>;
@@ -3063,7 +2877,6 @@ declare const InteractiveGraph: {
3063
2877
  apiOptions: Readonly<Readonly<{
3064
2878
  isArticle?: boolean;
3065
2879
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
3066
- GroupMetadataEditor?: React.ComponentType<any>;
3067
2880
  showAlignmentOptions?: boolean;
3068
2881
  readOnly?: boolean;
3069
2882
  editingDisabled?: boolean;
@@ -3072,7 +2885,6 @@ declare const InteractiveGraph: {
3072
2885
  interactionCallback?: (widgetData: {
3073
2886
  [widgetId: string]: any;
3074
2887
  }) => void;
3075
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
3076
2888
  imagePlaceholder?: React.ReactNode;
3077
2889
  widgetPlaceholder?: React.ReactNode;
3078
2890
  baseElements?: {
@@ -3099,7 +2911,6 @@ declare const InteractiveGraph: {
3099
2911
  baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
3100
2912
  canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
3101
2913
  editorChangeDelay: NonNullable<import("@khanacademy/perseus").APIOptions["editorChangeDelay"]>;
3102
- groupAnnotator: NonNullable<import("@khanacademy/perseus").APIOptions["groupAnnotator"]>;
3103
2914
  isArticle: NonNullable<import("@khanacademy/perseus").APIOptions["isArticle"]>;
3104
2915
  isMobile: NonNullable<import("@khanacademy/perseus").APIOptions["isMobile"]>;
3105
2916
  isMobileApp: NonNullable<import("@khanacademy/perseus").APIOptions["isMobileApp"]>;
@@ -3151,7 +2962,6 @@ declare const InteractiveGraph: {
3151
2962
  apiOptions: Readonly<Readonly<{
3152
2963
  isArticle?: boolean;
3153
2964
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
3154
- GroupMetadataEditor?: React.ComponentType<any>;
3155
2965
  showAlignmentOptions?: boolean;
3156
2966
  readOnly?: boolean;
3157
2967
  editingDisabled?: boolean;
@@ -3160,7 +2970,6 @@ declare const InteractiveGraph: {
3160
2970
  interactionCallback?: (widgetData: {
3161
2971
  [widgetId: string]: any;
3162
2972
  }) => void;
3163
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
3164
2973
  imagePlaceholder?: React.ReactNode;
3165
2974
  widgetPlaceholder?: React.ReactNode;
3166
2975
  baseElements?: {
@@ -3187,7 +2996,6 @@ declare const InteractiveGraph: {
3187
2996
  baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
3188
2997
  canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
3189
2998
  editorChangeDelay: NonNullable<import("@khanacademy/perseus").APIOptions["editorChangeDelay"]>;
3190
- groupAnnotator: NonNullable<import("@khanacademy/perseus").APIOptions["groupAnnotator"]>;
3191
2999
  isArticle: NonNullable<import("@khanacademy/perseus").APIOptions["isArticle"]>;
3192
3000
  isMobile: NonNullable<import("@khanacademy/perseus").APIOptions["isMobile"]>;
3193
3001
  isMobileApp: NonNullable<import("@khanacademy/perseus").APIOptions["isMobileApp"]>;
@@ -3240,7 +3048,6 @@ declare const InteractiveGraph: {
3240
3048
  apiOptions: Readonly<Readonly<{
3241
3049
  isArticle?: boolean;
3242
3050
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
3243
- GroupMetadataEditor?: React.ComponentType<any>;
3244
3051
  showAlignmentOptions?: boolean;
3245
3052
  readOnly?: boolean;
3246
3053
  editingDisabled?: boolean;
@@ -3249,7 +3056,6 @@ declare const InteractiveGraph: {
3249
3056
  interactionCallback?: (widgetData: {
3250
3057
  [widgetId: string]: any;
3251
3058
  }) => void;
3252
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
3253
3059
  imagePlaceholder?: React.ReactNode;
3254
3060
  widgetPlaceholder?: React.ReactNode;
3255
3061
  baseElements?: {
@@ -3276,7 +3082,6 @@ declare const InteractiveGraph: {
3276
3082
  baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
3277
3083
  canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
3278
3084
  editorChangeDelay: NonNullable<import("@khanacademy/perseus").APIOptions["editorChangeDelay"]>;
3279
- groupAnnotator: NonNullable<import("@khanacademy/perseus").APIOptions["groupAnnotator"]>;
3280
3085
  isArticle: NonNullable<import("@khanacademy/perseus").APIOptions["isArticle"]>;
3281
3086
  isMobile: NonNullable<import("@khanacademy/perseus").APIOptions["isMobile"]>;
3282
3087
  isMobileApp: NonNullable<import("@khanacademy/perseus").APIOptions["isMobileApp"]>;
@@ -3328,7 +3133,6 @@ declare const InteractiveGraph: {
3328
3133
  apiOptions: Readonly<Readonly<{
3329
3134
  isArticle?: boolean;
3330
3135
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
3331
- GroupMetadataEditor?: React.ComponentType<any>;
3332
3136
  showAlignmentOptions?: boolean;
3333
3137
  readOnly?: boolean;
3334
3138
  editingDisabled?: boolean;
@@ -3337,7 +3141,6 @@ declare const InteractiveGraph: {
3337
3141
  interactionCallback?: (widgetData: {
3338
3142
  [widgetId: string]: any;
3339
3143
  }) => void;
3340
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
3341
3144
  imagePlaceholder?: React.ReactNode;
3342
3145
  widgetPlaceholder?: React.ReactNode;
3343
3146
  baseElements?: {
@@ -3364,7 +3167,6 @@ declare const InteractiveGraph: {
3364
3167
  baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
3365
3168
  canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
3366
3169
  editorChangeDelay: NonNullable<import("@khanacademy/perseus").APIOptions["editorChangeDelay"]>;
3367
- groupAnnotator: NonNullable<import("@khanacademy/perseus").APIOptions["groupAnnotator"]>;
3368
3170
  isArticle: NonNullable<import("@khanacademy/perseus").APIOptions["isArticle"]>;
3369
3171
  isMobile: NonNullable<import("@khanacademy/perseus").APIOptions["isMobile"]>;
3370
3172
  isMobileApp: NonNullable<import("@khanacademy/perseus").APIOptions["isMobileApp"]>;
@@ -3417,7 +3219,6 @@ declare const InteractiveGraph: {
3417
3219
  apiOptions: Readonly<Readonly<{
3418
3220
  isArticle?: boolean;
3419
3221
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
3420
- GroupMetadataEditor?: React.ComponentType<any>;
3421
3222
  showAlignmentOptions?: boolean;
3422
3223
  readOnly?: boolean;
3423
3224
  editingDisabled?: boolean;
@@ -3426,7 +3227,6 @@ declare const InteractiveGraph: {
3426
3227
  interactionCallback?: (widgetData: {
3427
3228
  [widgetId: string]: any;
3428
3229
  }) => void;
3429
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
3430
3230
  imagePlaceholder?: React.ReactNode;
3431
3231
  widgetPlaceholder?: React.ReactNode;
3432
3232
  baseElements?: {
@@ -3453,7 +3253,6 @@ declare const InteractiveGraph: {
3453
3253
  baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
3454
3254
  canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
3455
3255
  editorChangeDelay: NonNullable<import("@khanacademy/perseus").APIOptions["editorChangeDelay"]>;
3456
- groupAnnotator: NonNullable<import("@khanacademy/perseus").APIOptions["groupAnnotator"]>;
3457
3256
  isArticle: NonNullable<import("@khanacademy/perseus").APIOptions["isArticle"]>;
3458
3257
  isMobile: NonNullable<import("@khanacademy/perseus").APIOptions["isMobile"]>;
3459
3258
  isMobileApp: NonNullable<import("@khanacademy/perseus").APIOptions["isMobileApp"]>;
@@ -3505,7 +3304,6 @@ declare const InteractiveGraph: {
3505
3304
  apiOptions: Readonly<Readonly<{
3506
3305
  isArticle?: boolean;
3507
3306
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
3508
- GroupMetadataEditor?: React.ComponentType<any>;
3509
3307
  showAlignmentOptions?: boolean;
3510
3308
  readOnly?: boolean;
3511
3309
  editingDisabled?: boolean;
@@ -3514,7 +3312,6 @@ declare const InteractiveGraph: {
3514
3312
  interactionCallback?: (widgetData: {
3515
3313
  [widgetId: string]: any;
3516
3314
  }) => void;
3517
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
3518
3315
  imagePlaceholder?: React.ReactNode;
3519
3316
  widgetPlaceholder?: React.ReactNode;
3520
3317
  baseElements?: {
@@ -3541,7 +3338,6 @@ declare const InteractiveGraph: {
3541
3338
  baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
3542
3339
  canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
3543
3340
  editorChangeDelay: NonNullable<import("@khanacademy/perseus").APIOptions["editorChangeDelay"]>;
3544
- groupAnnotator: NonNullable<import("@khanacademy/perseus").APIOptions["groupAnnotator"]>;
3545
3341
  isArticle: NonNullable<import("@khanacademy/perseus").APIOptions["isArticle"]>;
3546
3342
  isMobile: NonNullable<import("@khanacademy/perseus").APIOptions["isMobile"]>;
3547
3343
  isMobileApp: NonNullable<import("@khanacademy/perseus").APIOptions["isMobileApp"]>;
@@ -3593,7 +3389,6 @@ declare const InteractiveGraph: {
3593
3389
  apiOptions: Readonly<Readonly<{
3594
3390
  isArticle?: boolean;
3595
3391
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
3596
- GroupMetadataEditor?: React.ComponentType<any>;
3597
3392
  showAlignmentOptions?: boolean;
3598
3393
  readOnly?: boolean;
3599
3394
  editingDisabled?: boolean;
@@ -3602,7 +3397,6 @@ declare const InteractiveGraph: {
3602
3397
  interactionCallback?: (widgetData: {
3603
3398
  [widgetId: string]: any;
3604
3399
  }) => void;
3605
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
3606
3400
  imagePlaceholder?: React.ReactNode;
3607
3401
  widgetPlaceholder?: React.ReactNode;
3608
3402
  baseElements?: {
@@ -3629,7 +3423,6 @@ declare const InteractiveGraph: {
3629
3423
  baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
3630
3424
  canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
3631
3425
  editorChangeDelay: NonNullable<import("@khanacademy/perseus").APIOptions["editorChangeDelay"]>;
3632
- groupAnnotator: NonNullable<import("@khanacademy/perseus").APIOptions["groupAnnotator"]>;
3633
3426
  isArticle: NonNullable<import("@khanacademy/perseus").APIOptions["isArticle"]>;
3634
3427
  isMobile: NonNullable<import("@khanacademy/perseus").APIOptions["isMobile"]>;
3635
3428
  isMobileApp: NonNullable<import("@khanacademy/perseus").APIOptions["isMobileApp"]>;
@@ -3681,7 +3474,6 @@ declare const InteractiveGraph: {
3681
3474
  apiOptions: Readonly<Readonly<{
3682
3475
  isArticle?: boolean;
3683
3476
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
3684
- GroupMetadataEditor?: React.ComponentType<any>;
3685
3477
  showAlignmentOptions?: boolean;
3686
3478
  readOnly?: boolean;
3687
3479
  editingDisabled?: boolean;
@@ -3690,7 +3482,6 @@ declare const InteractiveGraph: {
3690
3482
  interactionCallback?: (widgetData: {
3691
3483
  [widgetId: string]: any;
3692
3484
  }) => void;
3693
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
3694
3485
  imagePlaceholder?: React.ReactNode;
3695
3486
  widgetPlaceholder?: React.ReactNode;
3696
3487
  baseElements?: {
@@ -3717,7 +3508,6 @@ declare const InteractiveGraph: {
3717
3508
  baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
3718
3509
  canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
3719
3510
  editorChangeDelay: NonNullable<import("@khanacademy/perseus").APIOptions["editorChangeDelay"]>;
3720
- groupAnnotator: NonNullable<import("@khanacademy/perseus").APIOptions["groupAnnotator"]>;
3721
3511
  isArticle: NonNullable<import("@khanacademy/perseus").APIOptions["isArticle"]>;
3722
3512
  isMobile: NonNullable<import("@khanacademy/perseus").APIOptions["isMobile"]>;
3723
3513
  isMobileApp: NonNullable<import("@khanacademy/perseus").APIOptions["isMobileApp"]>;
@@ -3769,7 +3559,6 @@ declare const InteractiveGraph: {
3769
3559
  apiOptions: Readonly<Readonly<{
3770
3560
  isArticle?: boolean;
3771
3561
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
3772
- GroupMetadataEditor?: React.ComponentType<any>;
3773
3562
  showAlignmentOptions?: boolean;
3774
3563
  readOnly?: boolean;
3775
3564
  editingDisabled?: boolean;
@@ -3778,7 +3567,6 @@ declare const InteractiveGraph: {
3778
3567
  interactionCallback?: (widgetData: {
3779
3568
  [widgetId: string]: any;
3780
3569
  }) => void;
3781
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
3782
3570
  imagePlaceholder?: React.ReactNode;
3783
3571
  widgetPlaceholder?: React.ReactNode;
3784
3572
  baseElements?: {
@@ -3805,7 +3593,6 @@ declare const InteractiveGraph: {
3805
3593
  baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
3806
3594
  canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
3807
3595
  editorChangeDelay: NonNullable<import("@khanacademy/perseus").APIOptions["editorChangeDelay"]>;
3808
- groupAnnotator: NonNullable<import("@khanacademy/perseus").APIOptions["groupAnnotator"]>;
3809
3596
  isArticle: NonNullable<import("@khanacademy/perseus").APIOptions["isArticle"]>;
3810
3597
  isMobile: NonNullable<import("@khanacademy/perseus").APIOptions["isMobile"]>;
3811
3598
  isMobileApp: NonNullable<import("@khanacademy/perseus").APIOptions["isMobileApp"]>;
@@ -3857,7 +3644,6 @@ declare const InteractiveGraph: {
3857
3644
  apiOptions: Readonly<Readonly<{
3858
3645
  isArticle?: boolean;
3859
3646
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
3860
- GroupMetadataEditor?: React.ComponentType<any>;
3861
3647
  showAlignmentOptions?: boolean;
3862
3648
  readOnly?: boolean;
3863
3649
  editingDisabled?: boolean;
@@ -3866,7 +3652,6 @@ declare const InteractiveGraph: {
3866
3652
  interactionCallback?: (widgetData: {
3867
3653
  [widgetId: string]: any;
3868
3654
  }) => void;
3869
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
3870
3655
  imagePlaceholder?: React.ReactNode;
3871
3656
  widgetPlaceholder?: React.ReactNode;
3872
3657
  baseElements?: {
@@ -3893,7 +3678,6 @@ declare const InteractiveGraph: {
3893
3678
  baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
3894
3679
  canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
3895
3680
  editorChangeDelay: NonNullable<import("@khanacademy/perseus").APIOptions["editorChangeDelay"]>;
3896
- groupAnnotator: NonNullable<import("@khanacademy/perseus").APIOptions["groupAnnotator"]>;
3897
3681
  isArticle: NonNullable<import("@khanacademy/perseus").APIOptions["isArticle"]>;
3898
3682
  isMobile: NonNullable<import("@khanacademy/perseus").APIOptions["isMobile"]>;
3899
3683
  isMobileApp: NonNullable<import("@khanacademy/perseus").APIOptions["isMobileApp"]>;
@@ -3945,7 +3729,6 @@ declare const InteractiveGraph: {
3945
3729
  apiOptions: Readonly<Readonly<{
3946
3730
  isArticle?: boolean;
3947
3731
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
3948
- GroupMetadataEditor?: React.ComponentType<any>;
3949
3732
  showAlignmentOptions?: boolean;
3950
3733
  readOnly?: boolean;
3951
3734
  editingDisabled?: boolean;
@@ -3954,7 +3737,6 @@ declare const InteractiveGraph: {
3954
3737
  interactionCallback?: (widgetData: {
3955
3738
  [widgetId: string]: any;
3956
3739
  }) => void;
3957
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
3958
3740
  imagePlaceholder?: React.ReactNode;
3959
3741
  widgetPlaceholder?: React.ReactNode;
3960
3742
  baseElements?: {
@@ -3981,7 +3763,6 @@ declare const InteractiveGraph: {
3981
3763
  baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
3982
3764
  canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
3983
3765
  editorChangeDelay: NonNullable<import("@khanacademy/perseus").APIOptions["editorChangeDelay"]>;
3984
- groupAnnotator: NonNullable<import("@khanacademy/perseus").APIOptions["groupAnnotator"]>;
3985
3766
  isArticle: NonNullable<import("@khanacademy/perseus").APIOptions["isArticle"]>;
3986
3767
  isMobile: NonNullable<import("@khanacademy/perseus").APIOptions["isMobile"]>;
3987
3768
  isMobileApp: NonNullable<import("@khanacademy/perseus").APIOptions["isMobileApp"]>;
@@ -4033,7 +3814,6 @@ declare const InteractiveGraph: {
4033
3814
  apiOptions: Readonly<Readonly<{
4034
3815
  isArticle?: boolean;
4035
3816
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
4036
- GroupMetadataEditor?: React.ComponentType<any>;
4037
3817
  showAlignmentOptions?: boolean;
4038
3818
  readOnly?: boolean;
4039
3819
  editingDisabled?: boolean;
@@ -4042,7 +3822,6 @@ declare const InteractiveGraph: {
4042
3822
  interactionCallback?: (widgetData: {
4043
3823
  [widgetId: string]: any;
4044
3824
  }) => void;
4045
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
4046
3825
  imagePlaceholder?: React.ReactNode;
4047
3826
  widgetPlaceholder?: React.ReactNode;
4048
3827
  baseElements?: {
@@ -4069,7 +3848,6 @@ declare const InteractiveGraph: {
4069
3848
  baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
4070
3849
  canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
4071
3850
  editorChangeDelay: NonNullable<import("@khanacademy/perseus").APIOptions["editorChangeDelay"]>;
4072
- groupAnnotator: NonNullable<import("@khanacademy/perseus").APIOptions["groupAnnotator"]>;
4073
3851
  isArticle: NonNullable<import("@khanacademy/perseus").APIOptions["isArticle"]>;
4074
3852
  isMobile: NonNullable<import("@khanacademy/perseus").APIOptions["isMobile"]>;
4075
3853
  isMobileApp: NonNullable<import("@khanacademy/perseus").APIOptions["isMobileApp"]>;
@@ -4121,7 +3899,6 @@ declare const InteractiveGraph: {
4121
3899
  apiOptions: Readonly<Readonly<{
4122
3900
  isArticle?: boolean;
4123
3901
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
4124
- GroupMetadataEditor?: React.ComponentType<any>;
4125
3902
  showAlignmentOptions?: boolean;
4126
3903
  readOnly?: boolean;
4127
3904
  editingDisabled?: boolean;
@@ -4130,7 +3907,6 @@ declare const InteractiveGraph: {
4130
3907
  interactionCallback?: (widgetData: {
4131
3908
  [widgetId: string]: any;
4132
3909
  }) => void;
4133
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
4134
3910
  imagePlaceholder?: React.ReactNode;
4135
3911
  widgetPlaceholder?: React.ReactNode;
4136
3912
  baseElements?: {
@@ -4157,7 +3933,6 @@ declare const InteractiveGraph: {
4157
3933
  baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
4158
3934
  canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
4159
3935
  editorChangeDelay: NonNullable<import("@khanacademy/perseus").APIOptions["editorChangeDelay"]>;
4160
- groupAnnotator: NonNullable<import("@khanacademy/perseus").APIOptions["groupAnnotator"]>;
4161
3936
  isArticle: NonNullable<import("@khanacademy/perseus").APIOptions["isArticle"]>;
4162
3937
  isMobile: NonNullable<import("@khanacademy/perseus").APIOptions["isMobile"]>;
4163
3938
  isMobileApp: NonNullable<import("@khanacademy/perseus").APIOptions["isMobileApp"]>;
@@ -4209,7 +3984,6 @@ declare const InteractiveGraph: {
4209
3984
  apiOptions: Readonly<Readonly<{
4210
3985
  isArticle?: boolean;
4211
3986
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
4212
- GroupMetadataEditor?: React.ComponentType<any>;
4213
3987
  showAlignmentOptions?: boolean;
4214
3988
  readOnly?: boolean;
4215
3989
  editingDisabled?: boolean;
@@ -4218,7 +3992,6 @@ declare const InteractiveGraph: {
4218
3992
  interactionCallback?: (widgetData: {
4219
3993
  [widgetId: string]: any;
4220
3994
  }) => void;
4221
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
4222
3995
  imagePlaceholder?: React.ReactNode;
4223
3996
  widgetPlaceholder?: React.ReactNode;
4224
3997
  baseElements?: {
@@ -4245,7 +4018,6 @@ declare const InteractiveGraph: {
4245
4018
  baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
4246
4019
  canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
4247
4020
  editorChangeDelay: NonNullable<import("@khanacademy/perseus").APIOptions["editorChangeDelay"]>;
4248
- groupAnnotator: NonNullable<import("@khanacademy/perseus").APIOptions["groupAnnotator"]>;
4249
4021
  isArticle: NonNullable<import("@khanacademy/perseus").APIOptions["isArticle"]>;
4250
4022
  isMobile: NonNullable<import("@khanacademy/perseus").APIOptions["isMobile"]>;
4251
4023
  isMobileApp: NonNullable<import("@khanacademy/perseus").APIOptions["isMobileApp"]>;
@@ -4297,7 +4069,6 @@ declare const InteractiveGraph: {
4297
4069
  apiOptions: Readonly<Readonly<{
4298
4070
  isArticle?: boolean;
4299
4071
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
4300
- GroupMetadataEditor?: React.ComponentType<any>;
4301
4072
  showAlignmentOptions?: boolean;
4302
4073
  readOnly?: boolean;
4303
4074
  editingDisabled?: boolean;
@@ -4306,7 +4077,6 @@ declare const InteractiveGraph: {
4306
4077
  interactionCallback?: (widgetData: {
4307
4078
  [widgetId: string]: any;
4308
4079
  }) => void;
4309
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
4310
4080
  imagePlaceholder?: React.ReactNode;
4311
4081
  widgetPlaceholder?: React.ReactNode;
4312
4082
  baseElements?: {
@@ -4333,7 +4103,6 @@ declare const InteractiveGraph: {
4333
4103
  baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
4334
4104
  canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
4335
4105
  editorChangeDelay: NonNullable<import("@khanacademy/perseus").APIOptions["editorChangeDelay"]>;
4336
- groupAnnotator: NonNullable<import("@khanacademy/perseus").APIOptions["groupAnnotator"]>;
4337
4106
  isArticle: NonNullable<import("@khanacademy/perseus").APIOptions["isArticle"]>;
4338
4107
  isMobile: NonNullable<import("@khanacademy/perseus").APIOptions["isMobile"]>;
4339
4108
  isMobileApp: NonNullable<import("@khanacademy/perseus").APIOptions["isMobileApp"]>;
@@ -4385,7 +4154,6 @@ declare const InteractiveGraph: {
4385
4154
  apiOptions: Readonly<Readonly<{
4386
4155
  isArticle?: boolean;
4387
4156
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
4388
- GroupMetadataEditor?: React.ComponentType<any>;
4389
4157
  showAlignmentOptions?: boolean;
4390
4158
  readOnly?: boolean;
4391
4159
  editingDisabled?: boolean;
@@ -4394,7 +4162,6 @@ declare const InteractiveGraph: {
4394
4162
  interactionCallback?: (widgetData: {
4395
4163
  [widgetId: string]: any;
4396
4164
  }) => void;
4397
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
4398
4165
  imagePlaceholder?: React.ReactNode;
4399
4166
  widgetPlaceholder?: React.ReactNode;
4400
4167
  baseElements?: {
@@ -4421,7 +4188,6 @@ declare const InteractiveGraph: {
4421
4188
  baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
4422
4189
  canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
4423
4190
  editorChangeDelay: NonNullable<import("@khanacademy/perseus").APIOptions["editorChangeDelay"]>;
4424
- groupAnnotator: NonNullable<import("@khanacademy/perseus").APIOptions["groupAnnotator"]>;
4425
4191
  isArticle: NonNullable<import("@khanacademy/perseus").APIOptions["isArticle"]>;
4426
4192
  isMobile: NonNullable<import("@khanacademy/perseus").APIOptions["isMobile"]>;
4427
4193
  isMobileApp: NonNullable<import("@khanacademy/perseus").APIOptions["isMobileApp"]>;
@@ -4473,7 +4239,6 @@ declare const InteractiveGraph: {
4473
4239
  apiOptions: Readonly<Readonly<{
4474
4240
  isArticle?: boolean;
4475
4241
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
4476
- GroupMetadataEditor?: React.ComponentType<any>;
4477
4242
  showAlignmentOptions?: boolean;
4478
4243
  readOnly?: boolean;
4479
4244
  editingDisabled?: boolean;
@@ -4482,7 +4247,6 @@ declare const InteractiveGraph: {
4482
4247
  interactionCallback?: (widgetData: {
4483
4248
  [widgetId: string]: any;
4484
4249
  }) => void;
4485
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
4486
4250
  imagePlaceholder?: React.ReactNode;
4487
4251
  widgetPlaceholder?: React.ReactNode;
4488
4252
  baseElements?: {
@@ -4509,7 +4273,6 @@ declare const InteractiveGraph: {
4509
4273
  baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
4510
4274
  canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
4511
4275
  editorChangeDelay: NonNullable<import("@khanacademy/perseus").APIOptions["editorChangeDelay"]>;
4512
- groupAnnotator: NonNullable<import("@khanacademy/perseus").APIOptions["groupAnnotator"]>;
4513
4276
  isArticle: NonNullable<import("@khanacademy/perseus").APIOptions["isArticle"]>;
4514
4277
  isMobile: NonNullable<import("@khanacademy/perseus").APIOptions["isMobile"]>;
4515
4278
  isMobileApp: NonNullable<import("@khanacademy/perseus").APIOptions["isMobileApp"]>;
@@ -4561,7 +4324,6 @@ declare const InteractiveGraph: {
4561
4324
  apiOptions: Readonly<Readonly<{
4562
4325
  isArticle?: boolean;
4563
4326
  onFocusChange?: (newFocusPath: import("@khanacademy/perseus").FocusPath, oldFocusPath: import("@khanacademy/perseus").FocusPath, keypadHeight?: number, focusedElement?: HTMLElement) => unknown;
4564
- GroupMetadataEditor?: React.ComponentType<any>;
4565
4327
  showAlignmentOptions?: boolean;
4566
4328
  readOnly?: boolean;
4567
4329
  editingDisabled?: boolean;
@@ -4570,7 +4332,6 @@ declare const InteractiveGraph: {
4570
4332
  interactionCallback?: (widgetData: {
4571
4333
  [widgetId: string]: any;
4572
4334
  }) => void;
4573
- groupAnnotator?: (groupNumber: number, widgetId: string) => React.ReactNode;
4574
4335
  imagePlaceholder?: React.ReactNode;
4575
4336
  widgetPlaceholder?: React.ReactNode;
4576
4337
  baseElements?: {
@@ -4597,7 +4358,6 @@ declare const InteractiveGraph: {
4597
4358
  baseElements: NonNullable<import("@khanacademy/perseus").APIOptions["baseElements"]>;
4598
4359
  canScrollPage: NonNullable<import("@khanacademy/perseus").APIOptions["canScrollPage"]>;
4599
4360
  editorChangeDelay: NonNullable<import("@khanacademy/perseus").APIOptions["editorChangeDelay"]>;
4600
- groupAnnotator: NonNullable<import("@khanacademy/perseus").APIOptions["groupAnnotator"]>;
4601
4361
  isArticle: NonNullable<import("@khanacademy/perseus").APIOptions["isArticle"]>;
4602
4362
  isMobile: NonNullable<import("@khanacademy/perseus").APIOptions["isMobile"]>;
4603
4363
  isMobileApp: NonNullable<import("@khanacademy/perseus").APIOptions["isMobileApp"]>;