@spaceandtimelabs/makeinfinite-ui 0.57.2 → 0.57.4

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
@@ -1115,6 +1115,7 @@ export declare const RGEditLayout: (props: {
1115
1115
  isDraggable: boolean;
1116
1116
  isResizable: boolean;
1117
1117
  isDroppable: boolean;
1118
+ disableResize: boolean;
1118
1119
  }) => JSX_2.Element;
1119
1120
 
1120
1121
  declare interface RGFallbackComponentProps {