mobx-view-model-devtools 0.0.23 → 0.0.25

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/index.d.ts CHANGED
@@ -113,6 +113,7 @@ declare class ViewModelDevtools {
113
113
  sortPropertiesBy: 'asc' | 'desc' | 'none';
114
114
  position: Defined<ViewModelDevtoolsConfig['position']>;
115
115
  scrollListRef: Ref<VirtualizerHandle>;
116
+ private storage;
116
117
  anyCache: mobx.ObservableMap<string, any>;
117
118
  private autoscrollTimeout;
118
119
  get allVms(): AnyVM[];