@squeed/flow-sdk 2.0.30 → 2.0.31

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.cts CHANGED
@@ -93,7 +93,9 @@ declare interface Box {
93
93
 
94
94
  export declare type BuiltInEdgeType = "straight" | "bezier" | "orthogonal" | "rounded-orthogonal";
95
95
 
96
- export declare function CollapseAllToggle(): JSX_2.Element;
96
+ export declare function CollapseAllToggle({ onBeforeExpand, }?: {
97
+ onBeforeExpand?: () => void;
98
+ }): JSX_2.Element;
97
99
 
98
100
  export declare function CompactPropertyLayoutToggle({ label, }?: {
99
101
  label?: string;
package/dist/index.d.ts CHANGED
@@ -93,7 +93,9 @@ declare interface Box {
93
93
 
94
94
  export declare type BuiltInEdgeType = "straight" | "bezier" | "orthogonal" | "rounded-orthogonal";
95
95
 
96
- export declare function CollapseAllToggle(): JSX_2.Element;
96
+ export declare function CollapseAllToggle({ onBeforeExpand, }?: {
97
+ onBeforeExpand?: () => void;
98
+ }): JSX_2.Element;
97
99
 
98
100
  export declare function CompactPropertyLayoutToggle({ label, }?: {
99
101
  label?: string;