@tomaszjarosz/react-visualizers 0.4.13 → 0.4.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -235,6 +235,13 @@ declare interface HashTableVisualizerProps {
235
235
  className?: string;
236
236
  }
237
237
 
238
+ export declare const HeapInterviewVisualizer: default_2.NamedExoticComponent<HeapInterviewVisualizerProps>;
239
+
240
+ declare interface HeapInterviewVisualizerProps {
241
+ showControls?: boolean;
242
+ className?: string;
243
+ }
244
+
238
245
  export declare const HeapVisualizer: default_2.NamedExoticComponent<HeapVisualizerProps>;
239
246
 
240
247
  declare interface HeapVisualizerProps {
@@ -380,6 +387,13 @@ declare interface RaftVisualizerProps {
380
387
  className?: string;
381
388
  }
382
389
 
390
+ export declare const SegmentTreeInterviewVisualizer: default_2.NamedExoticComponent<SegmentTreeInterviewVisualizerProps>;
391
+
392
+ declare interface SegmentTreeInterviewVisualizerProps {
393
+ showControls?: boolean;
394
+ className?: string;
395
+ }
396
+
383
397
  export declare const SegmentTreeVisualizer: default_2.NamedExoticComponent<SegmentTreeVisualizerProps>;
384
398
 
385
399
  declare interface SegmentTreeVisualizerProps {