@trebco/treb 21.2.4 → 21.2.5

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/treb.d.ts CHANGED
@@ -1022,6 +1022,9 @@ export interface EmbeddedSpreadsheetOptions {
1022
1022
 
1023
1023
  /** show a spinner for long-running operations */
1024
1024
  spinner?: boolean;
1025
+
1026
+ /** collapsed: start sidebar closed */
1027
+ collapsed?: boolean;
1025
1028
  }
1026
1029
  export declare type LoadSource = "drag-and-drop" | "local-file" | "network-file" | "local-storage" | "undo";
1027
1030