@devtable/dashboard 10.13.1 → 10.13.2

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.
@@ -11195,6 +11195,7 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
11195
11195
  append(item: PanelModelSnapshotIn): void;
11196
11196
  remove(index: number): void;
11197
11197
  removeByID(id: string): void;
11198
+ removeByIDs(ids: string[]): void;
11198
11199
  duplicateByID(id: string): string | undefined;
11199
11200
  replaceByIndex(index: number, replacement: PanelModelInstance): void;
11200
11201
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;