@spaceandtimelabs/makeinfinite-ui 0.58.0 → 0.59.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 CHANGED
@@ -1109,8 +1109,10 @@ export declare const RGEditLayout: (props: {
1109
1109
  components: JSX.Element[];
1110
1110
  layouts: any;
1111
1111
  onLayoutChange: (layout: any) => void;
1112
- onResize: ItemCallback;
1113
- onDrag: ItemCallback;
1112
+ onResizeStart: ItemCallback;
1113
+ onResizeStop: ItemCallback;
1114
+ onDragStart: ItemCallback;
1115
+ onDragStop: ItemCallback;
1114
1116
  onDrop: (layout: any, item: Layout, e: Event) => void;
1115
1117
  isDraggable: boolean;
1116
1118
  isResizable: boolean;