@loopstack/loopstack-studio 0.31.0 → 0.31.1
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 +0 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1341,10 +1341,6 @@ export declare const StudioSidebar: () => JSX.Element;
|
|
|
1341
1341
|
|
|
1342
1342
|
declare interface StudioUiConfig {
|
|
1343
1343
|
widgets?: StudioWidgetConfig[];
|
|
1344
|
-
sidebar?: boolean;
|
|
1345
|
-
workflowHistory?: boolean;
|
|
1346
|
-
workflowNavigation?: boolean;
|
|
1347
|
-
debugWorkflow?: boolean;
|
|
1348
1344
|
}
|
|
1349
1345
|
|
|
1350
1346
|
declare interface StudioWidgetConfig {
|