@tomaszjarosz/react-visualizers 0.4.12 → 0.4.13

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,14 @@ declare interface HashTableVisualizerProps {
235
235
  className?: string;
236
236
  }
237
237
 
238
+ export declare const HeapVisualizer: default_2.NamedExoticComponent<HeapVisualizerProps>;
239
+
240
+ declare interface HeapVisualizerProps {
241
+ showControls?: boolean;
242
+ showCode?: boolean;
243
+ className?: string;
244
+ }
245
+
238
246
  export declare const HelpPanel: default_2.FC;
239
247
 
240
248
  export declare const ImmutableCollectionsVisualizer: default_2.NamedExoticComponent<ImmutableCollectionsVisualizerProps>;