@spaceandtimelabs/makeinfinite-ui 0.69.0 → 0.70.0

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 CHANGED
@@ -1162,7 +1162,7 @@ export declare const RGDroppable: (props: {
1162
1162
  export declare const RGEditLayout: (props: {
1163
1163
  components: JSX.Element[];
1164
1164
  layouts: any;
1165
- onLayoutChange: (layout: any) => void;
1165
+ onLayoutChange: (layout: Layout[], allLayouts: Record<string, Layout[]>) => void;
1166
1166
  onResizeStart: ItemCallback;
1167
1167
  onResize: ItemCallback;
1168
1168
  onResizeStop: ItemCallback;