@devtable/dashboard 13.4.1 → 13.4.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.
@@ -1150,6 +1150,7 @@ export declare const LayoutsModel: import("mobx-state-tree").IModelType<{
1150
1150
  addALayoutSet(id: string, name: string, breakpoint: number): void;
1151
1151
  updateLayoutSetsInfo(infos: LayoutSetInfo[]): void;
1152
1152
  updateCurrentLayoutItem(item: Layout): void;
1153
+ updateCurrentLayoutItems(items: Layout[]): void;
1153
1154
  append(item: LayoutSetMetaSnapshotIn): void;
1154
1155
  appendMultiple(items: LayoutSetMetaSnapshotIn[]): void;
1155
1156
  remove(index: number): void;