@devtable/dashboard 13.36.8 → 13.36.9
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.
|
@@ -6935,6 +6935,7 @@ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
|
|
|
6935
6935
|
id: string;
|
|
6936
6936
|
name: string;
|
|
6937
6937
|
} | null;
|
|
6938
|
+
readonly firstVisibleTabsViewActiveTabStr: string;
|
|
6938
6939
|
} & {
|
|
6939
6940
|
appendToVisibles(viewID: string): void;
|
|
6940
6941
|
rmVisibleViewID(id: string): void;
|