@abdellatifui/react 3.2.161 → 3.2.162

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/nextgen.d.ts CHANGED
@@ -1009,6 +1009,7 @@ declare interface PanelProps_2 {
1009
1009
  headerClassName?: string;
1010
1010
  defaultClose: string;
1011
1011
  maximizeButton?: boolean;
1012
+ minimizeButton?: boolean;
1012
1013
  defaultMaximized?: boolean;
1013
1014
  ref: MutableRefObject<any>;
1014
1015
  draggable?: boolean;